mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 06:42:54 +00:00
15 lines
368 B
Plaintext
15 lines
368 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|