diff --git a/pages/common/pamtouil.md b/pages/common/pamtouil.md new file mode 100644 index 000000000..7659341be --- /dev/null +++ b/pages/common/pamtouil.md @@ -0,0 +1,12 @@ +# pamtouil + +> Convert a PNM or PAM file into a Motif UIL icon file. +> More information: . + +- 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}}` diff --git a/pages/common/ppmtouil.md b/pages/common/ppmtouil.md new file mode 100644 index 000000000..9f141240e --- /dev/null +++ b/pages/common/ppmtouil.md @@ -0,0 +1,8 @@ +# ppmtouil + +> This command is superseded by `pamtouil`. +> More information: . + +- View documentation for the current command: + +`tldr pamtouil`