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