#include <planydec.h>
Inheritance diagram for PLAnyPicDecoder:
Public Member Functions | |
PLAnyPicDecoder () | |
Creates a decoder. | |
~PLAnyPicDecoder () | |
Destroys the decoder. | |
int | GetFileFormat () |
Returns the actual file type loaded. Can be called after open. | |
virtual void | Open (PLDataSource *pDataSrc) |
Opens a data source and prepares decoding. | |
virtual void | GetImage (PLBmp &Bmp) |
Decodes the actual image. | |
virtual void | Close () |
Terminates decoding. |
Definition at line 57 of file planydec.h.