pi3topbm, pbmtopi3: add pages (#12527)

* pi3toppm, ppmtopi3: add pages

---------

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
pull/28/head
Juri Dispan 2024-03-20 09:38:23 +01:00 committed by GitHub
parent b70bc11765
commit f31dcb368a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 18 additions and 0 deletions

9
pages/common/pbmtopi3.md Normal file
View File

@ -0,0 +1,9 @@
# pbmtopi3
> Convert a PBM image to an Atari Degas PI3 image.
> See also: `pi3topbm`.
> More information: <https://netpbm.sourceforge.net/doc/pbmtopi3.html>.
- Convert a PBM image to an Atari Degas PI3 image:
`pbmtopi3 {{path/to/image.pbm}} > {{path/to/atari_image.pi3}}`

9
pages/common/pi3topbm.md Normal file
View File

@ -0,0 +1,9 @@
# pi3topbm
> Convert an Atari Degas PI3 image to PBM image.
> See also: `pbmtopi3`.
> More information: <https://netpbm.sourceforge.net/doc/pi3topbm.html>.
- Convert an Atari Degas PI3 image to PBM image:
`pi1topbm {{path/to/atari_image.pi3}} > {{path/to/output_image.pbm}}`