29#ifndef PT_GFX_JEPGREADER_H
30#define PT_GFX_JEPGREADER_H
32#include <Pt/Gfx/Api.h>
71 void attach(std::istream& is, Image& image);
90 class JpegReaderImpl* _impl;
void attach(std::istream &is, Image &image)
Attach to target stream and image.
JpegReader()
Default Constructor.
Image * advance()
Reads image data from the target stream.
Image & get()
Reads the whole image from the stream.
void detach()
Detach from target stream.
JpegReader(std::istream &is, Image &image)
Construct with target stream and image.
void reset()
Reset to begin new compression/decompression.
Graphics and imaging services.
Definition Api-Argb32Image.h:12
Core module.
Definition Allocator.h:33