JUCE
|
This is the complete list of members for ImageFileFormat, including all inherited members.
canUnderstand(InputStream &input)=0 | ImageFileFormat | pure virtual |
decodeImage(InputStream &input)=0 | ImageFileFormat | pure virtual |
findImageFormatForFileExtension(const File &file) | ImageFileFormat | static |
findImageFormatForStream(InputStream &input) | ImageFileFormat | static |
getFormatName()=0 | ImageFileFormat | pure virtual |
ImageFileFormat()=default | ImageFileFormat | protected |
loadFrom(InputStream &input) | ImageFileFormat | static |
loadFrom(const File &file) | ImageFileFormat | static |
loadFrom(const void *rawData, size_t numBytesOfData) | ImageFileFormat | static |
usesFileExtension(const File &possibleFile)=0 | ImageFileFormat | pure virtual |
writeImageToStream(const Image &sourceImage, OutputStream &destStream)=0 | ImageFileFormat | pure virtual |
~ImageFileFormat()=default | ImageFileFormat | virtual |