icontopbm, pbmtoicon, pbmtosunicon, sunicontopbm: add pages (#12408)

pull/23/head
Juri Dispan 2024-03-02 18:17:16 +01:00 committed by GitHub
parent b25810c81e
commit a91864e8c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 32 additions and 0 deletions

View File

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

View File

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

View File

@ -0,0 +1,8 @@
# pbmtosunicon
> Convert a PBM image into a Sun icon.
> More information: <https://netpbm.sourceforge.net/doc/pbmtosunicon.html>.
- Convert a PBM image into a Sun icon:
`pbmtosunicon {{path/to/input.pbm}} > {{path/to/output.ico}}`

View File

@ -0,0 +1,8 @@
# sunicontopnm
> Convert a Sun icon into a Netpbm image.
> More information: <https://netpbm.sourceforge.net/doc/sunicontopnm.html>.
- Convert a Sun icon into a Netpbm image:
`sunicontopnm {{path/to/input.ico}} > {{path/to/output.pbm}}`