mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-01 18:42:38 +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
|
|
---
|
|
# 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}}`
|