Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
#include <vlCore/Object.hpp>#include <vlCore/ResourceLoadWriter.hpp>#include <vlCore/ResourceDatabase.hpp>#include <vlCore/Image.hpp>Go to the source code of this file.
Classes | |
| class | vl::LoadWriterJPG |
| The LoadWriterJPG class is a ResourceLoadWriter capable of reading JPG files. More... | |
Namespaces | |
| namespace | vl |
Visualization Library namespace. | |
Functions | |
| VLCORE_EXPORT ref< Image > | vl::loadJPG (VirtualFile *file) |
| VLCORE_EXPORT ref< Image > | vl::loadJPG (const String &path) |
| VLCORE_EXPORT bool | vl::isJPG (VirtualFile *file) |
| VLCORE_EXPORT bool | vl::saveJPG (const Image *src, const String &path, int quality=95) |
| VLCORE_EXPORT bool | vl::saveJPG (const Image *src, VirtualFile *file, int quality=95) |