ppmtouil, pamtouil: add pages (#12414)

pull/23/head
Juri Dispan 2024-03-04 07:52:41 +01:00 committed by GitHub
parent 72eda3a940
commit 92c8f1a4b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 20 additions and 0 deletions

12
pages/common/pamtouil.md Normal file
View File

@ -0,0 +1,12 @@
# 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}}`

8
pages/common/ppmtouil.md Normal file
View File

@ -0,0 +1,8 @@
# ppmtouil
> This command is superseded by `pamtouil`.
> More information: <https://netpbm.sourceforge.net/doc/ppmtouil.html>.
- View documentation for the current command:
`tldr pamtouil`