29#ifndef PT_GFX_PNGWRITER_H
30#define PT_GFX_PNGWRITER_H
32#include <Pt/Gfx/Api.h>
88 class PngWriterImpl* _impl;
bool advance()
Advance compression af an image, returns true when finished.
void beginWrite(const Image &image)
Begin compression of an image.
PngWriter()
Default Constructor.
void write(const Image &image)
Writes the whole image to the stream.
void attach(std::ostream &is)
Attach to target stream.
PngWriter(std::ostream &is)
Construct with target stream.
void detach()
Detach from target stream.
void reset()
Reset to begin new compression.
Graphics and imaging services.
Definition Api-Argb32Image.h:12
Core module.
Definition Allocator.h:33