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