← 返回命令列表

Linux command

neotoppm 命令

文本

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

常用示例

Convert an Atari Neochrome file to PPM

neotoppm [input.neo] > [output.ppm]

Read from stdin and convert

cat [input.neo] | neotoppm > [output.ppm]

说明

neotoppm reads an Atari Neochrome .neo file as input and produces a PPM image as output. If no input file is specified, it reads from standard input. Neochrome was a paint program for Atari ST computers. This program is part of the Netpbm toolkit. There are no command-line options specific to neotoppm.

FAQ

What is the neotoppm command used for?

neotoppm reads an Atari Neochrome .neo file as input and produces a PPM image as output. If no input file is specified, it reads from standard input. Neochrome was a paint program for Atari ST computers. This program is part of the Netpbm toolkit. There are no command-line options specific to neotoppm.

How do I run a basic neotoppm example?

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

Where can I find more neotoppm examples?

This page includes 2 examples for neotoppm, plus related commands for nearby Linux tasks.