1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:02:09 +02:00
tldr/pages/common/pamtopng.md
Antti Savolainen 90bda1304a batch1
2025-03-28 05:51:39 +02:00

714 B

pamtopng

Convert a PAM image to PNG. See also: pnmtopng, pngtopam. More information: https://netpbm.sourceforge.net/doc/pamtopng.html.

  • Convert the specified PAM image to PNG:

pamtopng {{path/to/image.pam}} > {{path/to/output.png}}

  • Mark the specified color as transparent in the output image:

pamtopng {{[-t|-transparent]}} {{color}} {{path/to/image.pam}} > {{path/to/output.png}}

  • Include the text in the specified file as tEXt chunks in the output:

pamtopng {{[-te|-text]}} {{path/to/file.txt}} {{path/to/image.pam}} > {{path/to/output.png}}

  • Cause the output file to be interlaced in Adam7 format:

pamtopng {{[-in|-interlace]}} {{path/to/image.pam}} > {{path/to/output.png}}