1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 12:02:08 +02:00
tldr/pages/common/pamtouil.md
2024-03-04 07:52:41 +01:00

406 B

pamtouil

Convert a PNM or PAM file into a Motif UIL icon file. More information: https://netpbm.sourceforge.net/doc/pamtouil.html.

  • Convert a PNM or PAM file into a Motif UIL icon file:

pamtouil {{path/to/input.pnm|pam}} > {{path/to/output.uil}}

  • Specify a prefix string to be printed in the output UIL file:

pamtouil -name {{uilname}} {{path/to/input.pnm|pam}} > {{path/to/output.uil}}