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