VCF::BMPLoader Class Reference
#include <vcf/GraphicsKit/Win32Image.h>
Inheritance diagram for VCF::BMPLoader:

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