1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-30 18:53:53 +02:00

scanimage: add examples (#17721)

This commit is contained in:
Managor 2025-08-19 10:57:21 +03:00 committed by GitHub
parent cbdb5a4357
commit 06c7379b82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,4 +9,12 @@
- 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}}`