Options (3)
-abooleanCreate a PGM file containing the alpha channel of the input image
Example:
tifftopnm {{[-a|-alphaout]}} {{path/to/alpha_file.pgm}} {{path/to/input_file.tiff}} > {{path/to/output_file.pnm}}-rbooleanRespect the `fillorder` tag in the input TIFF image
Example:
tifftopnm {{[-r|-respectfillorder]}} {{path/to/input_file.tiff}} > {{path/to/output_file.pnm}}-hbooleanPrint TIFF header information to `stderr`
Example:
tifftopnm {{[-h|-headerdump]}} {{path/to/input_file.tiff}} > {{path/to/output_file.pnm}}Examples (4)
Convert a TIFF to a PNM file
tifftopnm path/to/input_file.tiff > path/to/output_file.pnmCreate a PGM file containing the alpha channel of the input image
tifftopnm [-a|-alphaout] path/to/alpha_file.pgm path/to/input_file.tiff > path/to/output_file.pnmRespect the `fillorder` tag in the input TIFF image
tifftopnm [-r|-respectfillorder] path/to/input_file.tiff > path/to/output_file.pnmPrint TIFF header information to `stderr`
tifftopnm [-h|-headerdump] path/to/input_file.tiff > path/to/output_file.pnmmade by @shridhargupta | data from tldr-pages