pamdepth, ppmdither, pamditherbw, pnmdepth: add pages (#11379)

* pamdepth, pamdither, pamditherbw: add pages

* pnmdepth: add alias page
This commit is contained in:
Juri Dispan
2023-11-04 15:17:59 +01:00
committed by K.B.Dharun Krishna
parent 96a6099652
commit 0638b8d95d
4 changed files with 52 additions and 0 deletions

8
pages/common/pamdepth.md Normal file
View File

@@ -0,0 +1,8 @@
# 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}}`