mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 04:56:12 +00:00
Update cheatsheets
This commit is contained in:
13
pamdepth
Normal file
13
pamdepth
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user