VCF::JPEGLoader Class Reference
A class for built in support for reading and writing JPEG images. More...
#include <vcf/GraphicsKit/JPEGLoader.h>
Inheritance diagram for VCF::JPEGLoader:

Public Member Functions | |
| JPEGLoader () | |
| virtual | ~JPEGLoader () |
| virtual Image * | loadImageFromFile (const String &fileName) |
| loads the image from a file | |
| virtual Image * | loadImageFromBytes (const unsigned char *imageData, const uint64 &dataLength) |
| virtual Image * | loadImageFromStream (InputStream *stream) |
| virtual void | saveImageToFile (const String &fileName, Image *image) |
| Saves the image to file. | |
| virtual bool | canSaveImage () |
| does this ImageLoader support saving the image | |
Detailed Description
A class for built in support for reading and writing JPEG images.
Constructor & Destructor Documentation
|
|
|
|
|
|
Member Function Documentation
|
|
does this ImageLoader support saving the image
Implements VCF::ImageLoader. |
|
||||||||||||
|
Implements VCF::ImageLoader. |
|
|
loads the image from a file
Implements VCF::ImageLoader. |
|
|
Implements VCF::ImageLoader. |
|
||||||||||||
|
Saves the image to file.
Implements VCF::ImageLoader. |
The documentation for this class was generated from the following file:
- vcf/GraphicsKit/JPEGLoader.h
