mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:02:10 +02:00
267 B
267 B
pamdepth
Reduce the depth (i.e. color resolution) in an image. More information: https://netpbm.sourceforge.net/doc/pamdepth.html.
- Read a PBM image, set its maxval and save it to a file:
pamdepth {{maxval}} {{path/to/image.pbm}} > {{path/to/file.pbm}}