Table of Contents
fromtarga - convert a targa image into an IRIS image
fromtarga
inimage.tga outimage.rgb
fromtarga converts a type 2 RGB TARGA
image into an IRIS 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 output image by 2.2 to get it into a linear intensity space.
gammawarp(6D)
, totarga(6D)
Table of Contents