SECTarga Class
class SECTarga: public SECImage
SECTarga is a SECImage derived class which supports the TGA (Targa image file) file standard. TGA was developed by Truevision for use with its graphic adaptors, and is popular for use with still images captured from video sources.
Defined in: SECTARGA.H
Comments
TGA was one of the first formats which supported 24-bit images. SECTarga only supports TGA images with the 24 bits per pixel mode.
SECTarga supports version 1 and version 2 TGA files, but only uses information contained in version 1.
See the IMAGETST samples in the \SAMPLES\TOOLKIT\STANDARD\IMAGE\IMAGETST directory for a demonstration of this class.
See Also
SECImage
Class Members
Construction
SECTarga()
Constructs a SECTarga object.