image()
Constructor. Creates an image without datas.
This class read data from a targa file and store it in an image.
This class write an image in a targa file.
targa(unsigned int w, unsigned int h)
Constructor. Creates an empty image.
void save(std::ostream &os, bool rle) const
Save the content of the image in a stream.
Everything about image structures and processing.
This is the main namespace.
A class for targa pictures.