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