129 static Image loadFrom (
const File& file);
138 static Image loadFrom (
const void* rawData,
139 size_t numBytesOfData);
158 String getFormatName()
override;
159 bool usesFileExtension (
const File&)
override;
187 void setQuality (
float newQuality);
190 String getFormatName()
override;
191 bool usesFileExtension (
const File&)
override;
216 String getFormatName()
override;
217 bool usesFileExtension (
const File&)
override;
Represents a local file or directory.
Holds a fixed-size bitmap.
The base class for streams that write data to some kind of destination.