snippetbashTip
gouldtoppm — Convert a Gould scanner file to a PPM image. More information: <https://netpbm.sourceforge.net/doc/g
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.