mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
8 lines
253 B
Markdown
8 lines
253 B
Markdown
# 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}}`
|