mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 10:43:53 +00:00
14 lines
346 B
Plaintext
14 lines
346 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pamtoqoi
|
|
|
|
> Convert a Netpbm image to a QOI image (Quite OK Image format).
|
|
> More information: <https://netpbm.sourceforge.net/doc/pamtoqoi.html>.
|
|
|
|
- Convert a Netpbm image to the QOI format:
|
|
|
|
`pamtoqoi {{path/to/image.pnm}} > {{path/to/output.qoi}}`
|