HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pamtouil — Convert a PNM or PAM file into a Motif UIL icon file. More information: <https://netpbm.sourceforge.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
pamtouilcommandpamconvertclifileintopnm

Problem

How to use the pamtouil command: Convert a PNM or PAM file into a Motif UIL icon file. More information: <https://netpbm.sourceforge.net/doc/pamtouil.html>.

Solution

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 {{[-n|-name]}} {{uilname}} {{path/to/input.pnm|pam}} > {{path/to/output.uil}}

Code Snippets

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 {{[-n|-name]}} {{uilname}} {{path/to/input.pnm|pam}} > {{path/to/output.uil}}

Context

tldr-pages: common/pamtouil

Revisions (0)

No revisions yet.