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

gouldtoppm — Convert a Gould scanner file to a PPM image. More information: <https://netpbm.sourceforge.net/doc/g

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

Problem

How to use the gouldtoppm command: Convert a Gould scanner file to a PPM image. More information: <https://netpbm.sourceforge.net/doc/gouldtoppm.html>.

Solution

gouldtoppm — Convert a Gould scanner file to a PPM image. More information: <https://netpbm.sourceforge.net/doc/gouldtoppm.html>.

Convert a Gould scanner file to a PPM image:
gouldtoppm {{path/to/file.gould}} > {{path/to/output.ppm}}

Code Snippets

Convert a Gould scanner file to a PPM image

gouldtoppm {{path/to/file.gould}} > {{path/to/output.ppm}}

Context

tldr-pages: common/gouldtoppm

Revisions (0)

No revisions yet.