image()
Constructor. Creates an image without datas.
This class read data from a pcx file and store it in an image.
This class write an image in a pcx file.
pcx(unsigned int w, unsigned int h)
Constructor. Creates an empty image.
void save(std::ostream &os) const
Save the content of the image in a stream.
Everything about image structures and processing.
This is the main namespace.
A class for pcx pictures.