A class to deal with images.
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.
This is the main namespace.
A class for targa pictures.