A class to deal with images.
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.
This is the main namespace.
A class for pcx pictures.