From 92c8f1a4b6da9d50c4e0ec9d380c05daeec2eabb Mon Sep 17 00:00:00 2001 From: Juri Dispan Date: Mon, 4 Mar 2024 07:52:41 +0100 Subject: [PATCH] ppmtouil, pamtouil: add pages (#12414) --- pages/common/pamtouil.md | 12 ++++++++++++ pages/common/ppmtouil.md | 8 ++++++++ 2 files changed, 20 insertions(+) create mode 100644 pages/common/pamtouil.md create mode 100644 pages/common/ppmtouil.md 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`