29 #ifndef PT_GFX_PNGREADER_H
30 #define PT_GFX_PNGREADER_H
32 #include <Pt/Gfx/Api.h>
60 void attach(std::istream& is,
Image& image);
79 class PngReaderImpl* _impl;
Reader for PNG images.
Definition: PngReader.h:43
Generic image.
Definition: Image.h:43