1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

pi1toppm, ppmtopi1: add pages (#12526)

* pi1toppm, ppmtopi1: add pages

* Apply suggestions from code review

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>

---------

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
This commit is contained in:
Juri Dispan 2024-03-21 13:05:23 +01:00 committed by GitHub
parent 702953ee23
commit 2957d8671a
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/pi1toppm.md Normal file
View file

@ -0,0 +1,9 @@
# pi1toppm
> Convert an Atari Degas PI1 image to a PPM image.
> See also: `ppmtopi1`.
> More information: <https://netpbm.sourceforge.net/doc/pi1toppm.html>.
- Convert an Atari Degas PI1 image into PPM image:
`pi1toppm {{path/to/atari_image.pi1}} > {{path/to/image.ppm}}`

9
pages/common/ppmtopi1.md Normal file
View file

@ -0,0 +1,9 @@
# ppmtopi1
> Convert a PPM image to an Atari Degas PI1 image.
> See also: `pi1toppm`.
> More information: <https://netpbm.sourceforge.net/doc/ppmtopi1.html>.
- Convert a PPM image into an Atari Degas PI1 image:
`ppmtopi1 {{path/to/image.ppm}} > {{path/to/output_image.pi1}}`