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

Public Member Functions | |
| PNGLoader () | |
| virtual | ~PNGLoader () |
| 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 PNG 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/PNGLoader.h
