|
NAMEtargatorle - Convert Truevision TARGA images to RLE format.SYNOPSIStargatorle [ -h headerfile ] [ -n nchannels ] [ -o outfile.rle ] [ infile.tga ]DESCRIPTIONTargatorle converts a file from Truevision's TARGA format into RLE format. If no input file is specified, the data is read from stdin. Targatorle recognizes (but cannot necessarily process) all of the image subtypes defined by the 1989 TARGA 2.0 specification: 0 - Header Only, No Image Data
Targatorle should correctly process images in formats 0, 2, 3, 10, and 11. No support is currently available for color mapped images. OPTIONS
LIMITATIONSThe TARGA image descriptor byte is ignored; therefore, the image origin is assumed to be that of RLE(5) (bottom left). None of the color-mapped TARGA formats (types 1 and 9) are supported. Finally, no attempt has been made to support extensions to the TARGA File Format introduced by Truevision in 1989 (new support for time stamps, comments, user-defined data fields, etc.).SEE ALSOurt(1), RLE(5).AUTHORHann-Bin ChuangAndrew C. Hadenfeldt, Univ. of Nebraska-Lincoln (modifications)
Visit the GSP FreeBSD Man Page Interface. |