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.
image()
Constructor. Creates an image without datas.
Everything about image structures and processing.
This is the main namespace.