| canUnderstand(InputStream &input)=0 | ImageFileFormat | [pure virtual] |
| decodeImage(InputStream &input)=0 | ImageFileFormat | [pure virtual] |
| findImageFormatForStream(InputStream &input) | ImageFileFormat | [static] |
| getFormatName()=0 | ImageFileFormat | [pure virtual] |
| ImageFileFormat() | ImageFileFormat | [protected] |
| loadFrom(InputStream &input) | ImageFileFormat | [static] |
| loadFrom(const File &file) | ImageFileFormat | [static] |
| loadFrom(const void *rawData, size_t numBytesOfData) | ImageFileFormat | [static] |
| writeImageToStream(const Image &sourceImage, OutputStream &destStream)=0 | ImageFileFormat | [pure virtual] |
| ~ImageFileFormat() | ImageFileFormat | [virtual] |