Linux Commands Examples

A great documentation place for Linux commands

tgatoppm

convert TrueVision Targa file into a portable pixmap


see also : ppmtotga - pnmcomp

Synopsis

tgatoppm [--alphaout={alpha-filename,-}] [--headerdump] tga-filename


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples


no example yet ...

... Feel free to add your own example above to help other Linux-lovers !

description

Reads a TrueVision Targa file as input. Produces a portable pixmap as output.

options

--alphaout=alpha-filename

tgatoppm creates a PGM (portable graymap) file containing the alpha channel values in the input image. If the input image doesn’t contain an alpha channel, the alpha-filename file contains all zero (transparent) alpha values. If you don’t specify --alphaout, tgatoppm does not generate an alpha file, and if the input image has an alpha channel, tgatoppm simply discards it.

If you specify - as the filename, tgatoppm writes the alpha output to Standard Output and discards the image.

See pnmcomp(1) for one way to use the alpha output file.

--headerdump

Causes the header information to be dumped to stderr.

All options can be abbreviated to their shortest unique prefix. Should really be in PNM, not PPM.


see also

ppmtotga , pnmcomp , ppm


author

Partially based on tga2rast, version 1.0, by Ian J. MacPhedran.

Copyright (C) 1989 by Jef Poskanzer.

How can this site be more helpful to YOU ?


give  feedback