All Posts programming palmtopnm: Convert a Palm bitmap file to a PNM image

palmtopnm: Convert a Palm bitmap file to a PNM image

Β· 149 words Β· 1 minute read

What is palmtopnm? πŸ”—

palmtopnm is a tool to convert a Palm bitmap file to a PNM image.

More information: https://netpbm.sourceforge.net/doc/palmtopnm.html .

Usage πŸ”—

Convert a Palm bitmap to a PNM image:

palmtopnm path/to/file.palm > path/to/file.pnm

Display information about the input file:

palmtopnm [-verb|-verbose] path/to/file.palm > path/to/file.pnm

Convert the n’th rendition of the image contained in the input file:

palmtopnm [-r|-rendition] n path/to/file.palm > path/to/file.pnm

Write a histogram of the colors in the input file to stdout:

palmtopnm [-s|-showhist] path/to/file.palm > path/to/file.pnm

Output the transparent color of the input image if set:

palmtopnm [-t|-transparent] path/to/file.palm

I hope you enjoyed reading this post as much as I enjoyed writing it. If you know a person who can benefit from this information, send them a link of this post. If you want to get notified about new posts, follow me on YouTube , Twitter (x) , LinkedIn , and GitHub .