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
fillorder
tag in the input TIFF image:tifftopnm -respectfillorder path/to/input_file.tiff > path/to/output_file.pnm
stderr
:tifftopnm -headerdump path/to/input_file.tiff > path/to/output_file.pnm