29 #ifndef PT_GFX_PNGREADER_H
30 #define PT_GFX_PNGREADER_H
32 #include <Pt/Gfx/Api.h>
77 class PngReaderImpl* _impl;
Core module.
Definition: pt-gfx-images.dox:14
void attach(std::istream &is, Image &image)
Attach to target stream and image.
Reader for PNG images.
Definition: PngReader.h:42
Image * advance()
Reads image data from the target stream.
void reset()
Reset to begin new decompression.
Basic image.
Definition: Image.h:52
PngReader(std::istream &is, Image &image)
Construct with target stream and image.
Image & get()
Reads the whole image from the stream.
void detach()
Detach from target stream.
PngReader()
Default Constructor.