A class for bitmap pictures.
This class read data from a bitmap file and store it in an image.
This class write an image in a bitmap file.
void save(std::ostream &f) const
Save the bitmap in a file.
bitmap(unsigned int w, unsigned int h)
Constructor. Creates an empty image.
A class to deal with images.
This is the main namespace.