Table of Contents
totarga - Convert from an IRIS image to a type 2 (RGB) targa image
totarga
inimage.rgb outimage.tga
totarga converts from an IRIS image to
a type 2 (RGB) targa image. Most targa images are displayed directly on
monitors with no gamma correction. The typical gamma is about 2.2, so you
need to gammawarp the input image by 0.454545 to get it out of the linear
intensity space, and into monitor space before using totarga.
gammawarp(6D)
,
fromtarga(6D)
Table of Contents