image()
Constructor. Creates an image without datas.
This class read data from a xbm file and store it in an image.
This class write an image in a xbm file.
void save(std::ostream &os) const
Save the image.
xbm(unsigned int w, unsigned int h)
Constructor. Creates an empty image.
void set_hot(const claw::math::coordinate_2d< int > &hot)
Set the hot spot of the image.
void set_name(const std::string &name)
Set the name of the image.
Coordinates in a two dimensional space.
Parameters of the writing algorithm.
A class for xbm pictures.