← 返回命令列表

Linux command

qoitopam 命令

文本

涉及管道、覆盖或删除,执行前请先确认路径和参数。

常用示例

Convert a QOI file to PAM

qoitopam [input.qoi] > [output.pam]

Convert from stdin

qoitopam < [input.qoi] > [output.pam]

Convert and pipe to another Netpbm tool

qoitopam [input.qoi] | pamtopng > [output.png]

说明

qoitopam converts images from QOI (Quite OK Image) format to PAM (Portable Arbitrary Map) format. QOI is a fast lossless image compression format designed for simplicity and speed, and PAM is the flexible container format used by the Netpbm image processing toolkit. The tool reads a QOI file from the specified argument or from standard input if no file is given. It writes PAM data to standard output, making it easy to chain with other Netpbm tools for further image processing and format conversion. This program is part of Netpbm.

参数

-quiet
Common libnetpbm option; suppress informational messages.

FAQ

What is the qoitopam command used for?

qoitopam converts images from QOI (Quite OK Image) format to PAM (Portable Arbitrary Map) format. QOI is a fast lossless image compression format designed for simplicity and speed, and PAM is the flexible container format used by the Netpbm image processing toolkit. The tool reads a QOI file from the specified argument or from standard input if no file is given. It writes PAM data to standard output, making it easy to chain with other Netpbm tools for further image processing and format conversion. This program is part of Netpbm.

How do I run a basic qoitopam example?

Run `qoitopam [input.qoi] > [output.pam]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -quiet do in qoitopam?

Common libnetpbm option; suppress informational messages.