This class read data from a png file and store it in an image.
A class for png pictures.
void save(std::ostream &os, const writer::options &opt=writer::options()) const
Save the image.
This class write an image in a png file.
A class to deal with images.
Parameters of the writing algorithm.
png(unsigned int w, unsigned int h)
Constructor. Creates an empty image.