1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 06:55:34 +02:00
tldr/pages/common/gouldtoppm.md
Juri Dispan 98a92abfa8
gouldtoppm, mtvtoppm, pamstack: add pages (#12262)
* gouldtoppm, mtvtoppm, pamstack: add pages

---------

Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
2024-02-15 00:32:13 +05:30

245 B

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}}