1 #ifndef __blip_PNGImageDecoder_hpp 2 #define __blip_PNGImageDecoder_hpp 40 #endif // __blip_PNGImageDecoder_hpp virtual void readPixmap(ccxx::DataReader *reader, Pixmap *pixmap)
This method must be implemented to perform the image data decoding.
Definition: PNGImageDecoder.cpp:157
An abstract base class for image decoders.
Definition: ImageDecoder.hpp:28
PNGImageDecoder(ccxx::DataReader *reader)
Construct a new PNGImageDecoder that will read a PNG image from the given DataReader.
Definition: PNGImageDecoder.cpp:48
An ImageDecoder for PNG images.
Definition: PNGImageDecoder.hpp:13
virtual ~PNGImageDecoder()
Destructor.
Definition: PNGImageDecoder.cpp:57
WAV file format details at: https://ccrma.stanford.edu/courses/422/projects/WaveFormat/.
Definition: AccelerometerSensorEvent.cpp:3
virtual void readMetadata(ccxx::DataReader *reader)
This method must be implemented to perform the image metadata decoding.
Definition: PNGImageDecoder.cpp:67
A buffer for two-dimensional pixel data, stored in inverted row order (bottom row first...
Definition: Pixmap.hpp:58