mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-27 12:53:30 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,4 +14,12 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Scan an image and save it to a file:
|
||||
|
||||
`scanimage --format {{pnm|tiff|png|jpeg}} > {{path/to/new_image}}`
|
||||
`scanimage --format {{pnm|tiff|png|jpeg|pdf|...}} > {{path/to/new_image}}`
|
||||
|
||||
- Specify the device to scan from:
|
||||
|
||||
`scanimage {{[-d|--device]}} {{device_name}} > {{path/to/new_image}}`
|
||||
|
||||
- Specify resolution for the scanned image (default resolution is 75dpi):
|
||||
|
||||
`scanimage --resolution {{300}} > {{path/to/new_image}}`
|
||||
|
||||
Reference in New Issue
Block a user