HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

neotoppm — Convert an Atari Neochrome NEO file into a PPM image. More information: <https://netpbm.sourceforge.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandatariconvertneochromeclifileneotoppmneo

Problem

How to use the neotoppm command: Convert an Atari Neochrome NEO file into a PPM image. More information: <https://netpbm.sourceforge.net/doc/neotoppm.html>.

Solution

neotoppm — Convert an Atari Neochrome NEO file into a PPM image. More information: <https://netpbm.sourceforge.net/doc/neotoppm.html>.

Generate the PPM image as output for an Atari Neochrome NEO file as input:
neotoppm {{path/to/file.neo}}


Display version:
neotoppm {{[-v|-version]}}

Code Snippets

Generate the PPM image as output for an Atari Neochrome NEO file as input

neotoppm {{path/to/file.neo}}

Display version

neotoppm {{[-v|-version]}}

Context

tldr-pages: common/neotoppm

Revisions (0)

No revisions yet.