mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 17:01:57 +00:00
Update cheatsheets
This commit is contained in:
22
pbmtogem
Normal file
22
pbmtogem
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# pbmtogem
|
||||
|
||||
> Read a PBM image as input and produce a compressed GEM .img file as output.
|
||||
> `pbmtogem` cannot compress repeated lines.
|
||||
> More information: <https://netpbm.sourceforge.net/doc/pbmtogem.html>.
|
||||
|
||||
- Convert a PBM image into a GEM .img file:
|
||||
|
||||
`pbmtogem {{path/to/file.pbm}} > {{path/to/file.img}}`
|
||||
|
||||
- Suppress all informational messages:
|
||||
|
||||
`pbmtogem -quiet`
|
||||
|
||||
- Display version:
|
||||
|
||||
`pbmtogem -version`
|
||||
Reference in New Issue
Block a user