pamtoqoi - Man Page
Convert Netpbm image to QOI format (Quite OK Image format)
Examples (TL;DR)
- Convert a Netpbm image to the QOI format:
pamtoqoi path/to/image.pnm > path/to/output.qoi
Synopsis
pamtoqoi [pnmfile]
All options can be abbreviated to their shortest unique prefix. You may use two hyphens instead of one. You may separate an option name and its value with white space instead of an equals sign.
Description
This program is part of Netpbm(1).
pamtoqoi reads a Netpbm image from standard input and converts it to a QOI image written to standard output.
For the QOI specification and details, see the QOI web site .
Use qoitopam(1) to convert a QOI image to Netpbm format.
Input is from Standard Input if you don't specify the input file pnmfile.
Options
The only options are those common to all programs based on libnetpbm (most notably -quiet, see Common Options ).
See Also
qoitopam(1), pam(1)
History
pamtoqoi was new in Netpbm 10.99 (June 2022).
Document Source
This manual page was generated by the Netpbm tool 'makeman' from HTML source. The master documentation is at