mirror of https://github.com/CrimsonTome/tldr.git
9 lines
253 B
Markdown
9 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}}`
|