logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Convert PNM to TIFF CMYK - Image Conversion | Online Free DevTools by Hexmos

Convert PNM images to CMYK encoded TIFF with pnmtotiffcmyk. Control compression and fill order for optimized image conversion. Free online tool, no registration required.

pnmtotiffcmyk

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

  • Convert a PNM image to a CMYK encoded TIFF:

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

  • Specify the TIFF compression method:

pnmtotiffcmyk -{{none|packbits|lzw}} {{path/to/input_file.pnm}} > {{path/to/output_file.tiff}}

  • Control the fill order:

pnmtotiffcmyk -{{msb2lsb|lsb2msb}} {{path/to/input_file.pnm}} > {{path/to/output_file.tiff}}

See Also