tifftopnm Command Examples

Convert a TIFF image to a PNM image. More information: https://netpbm.sourceforge.net/doc/tifftopnm.html.

tifftopnm {{path/to/input_file.tiff}} > {{path/to/output_file.pnm}}

tifftopnm -alphaout {{path/to/alpha_file.pgm}} {{path/to/input_file.tiff}} > {{path/to/output_file.pnm}}

tifftopnm -respectfillorder {{path/to/input_file.tiff}} > {{path/to/output_file.pnm}}

tifftopnm -headerdump {{path/to/input_file.tiff}} > {{path/to/output_file.pnm}}