snippetbashTip
pamtoqoi — Convert a Netpbm image to a QOI image (Quite OK Image format). More information: <https://netpbm.sou
Viewed 0 times
qoicommandconvertclinetpbmimagepamtoqoi
Problem
How to use the
pamtoqoi command: Convert a Netpbm image to a QOI image (Quite OK Image format). More information: <https://netpbm.sourceforge.net/doc/pamtoqoi.html>.Solution
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}}Code Snippets
Convert a Netpbm image to the QOI format
pamtoqoi {{path/to/image.pnm}} > {{path/to/output.qoi}}Context
tldr-pages: common/pamtoqoi
Revisions (0)
No revisions yet.