mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
15 lines
371 B
Plaintext
15 lines
371 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|