Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include <vlCore/ResourceLoadWriter.hpp>
#include <vlCore/ResourceDatabase.hpp>
#include <vlCore/Image.hpp>
Go to the source code of this file.
Classes | |
class | vl::LoadWriterTGA |
The LoadWriterTGA class is a ResourceLoadWriter capable of reading TGA files. More... | |
Namespaces | |
namespace | vl |
Visualization Library namespace. | |
Functions | |
VLCORE_EXPORT ref< Image > | vl::loadTGA (VirtualFile *file) |
VLCORE_EXPORT ref< Image > | vl::loadTGA (const String &path) |
Loads a TGA file. | |
VLCORE_EXPORT bool | vl::isTGA (VirtualFile *file) |
A TGA file is accepted only if it has a 'TGA' extension. | |
VLCORE_EXPORT bool | vl::saveTGA (const Image *src, const String &path) |
VLCORE_EXPORT bool | vl::saveTGA (const Image *src, VirtualFile *file) |