ImageFormat_JPG Class Reference
[Graphics]
Inheritance diagram for ImageFormat_JPG:

Public Member Functions | |
| ImageFormat_JPG (const Asset &asset) | |
| ImageFormat_JPG (int width, int height, void *data) | |
| virtual | ~ImageFormat_JPG () |
| virtual int | GetWidth () |
| virtual int | GetHeight () |
| virtual int | GetCelCount () |
| virtual void | CopyPixels (unsigned int *destination) |
| virtual float | GetCelDelay (int celIndex) |
Static Public Member Functions | |
| static void | Register () |
| static bool | TestAsset (const Asset &asset) |
| static ImageFormat * | Create (const Asset &asset) |
| static void | Save (const Filename &filename, int width, int height, void *data) |
Detailed Description
Definition at line 21 of file ImageFormat_JPG.h.
Constructor & Destructor Documentation
| ImageFormat_JPG::ImageFormat_JPG | ( | const Asset & | asset | ) |
Constructor
Definition at line 54 of file ImageFormat_JPG.cpp.
| ImageFormat_JPG::ImageFormat_JPG | ( | int | width, | |
| int | height, | |||
| void * | data | |||
| ) |
| ImageFormat_JPG::~ImageFormat_JPG | ( | ) | [virtual] |
Destructor
Definition at line 169 of file ImageFormat_JPG.cpp.
Member Function Documentation
| void ImageFormat_JPG::Register | ( | ) | [static] |
Definition at line 15 of file ImageFormat_JPG.cpp.
| bool ImageFormat_JPG::TestAsset | ( | const Asset & | asset | ) | [static] |
Definition at line 31 of file ImageFormat_JPG.cpp.
| ImageFormat * ImageFormat_JPG::Create | ( | const Asset & | asset | ) | [static] |
Definition at line 23 of file ImageFormat_JPG.cpp.
| int ImageFormat_JPG::GetWidth | ( | ) | [virtual] |
| int ImageFormat_JPG::GetHeight | ( | ) | [virtual] |
| int ImageFormat_JPG::GetCelCount | ( | ) | [virtual] |
| void ImageFormat_JPG::CopyPixels | ( | unsigned int * | destination | ) | [virtual] |
| float ImageFormat_JPG::GetCelDelay | ( | int | celIndex | ) | [virtual] |
| void ImageFormat_JPG::Save | ( | const Filename & | filename, | |
| int | width, | |||
| int | height, | |||
| void * | data | |||
| ) | [static] |
Definition at line 225 of file ImageFormat_JPG.cpp.
Reproduction/republishing of any material on this site without permission is strictly prohibited.
