From 06c7379b82aef4cc8618e81b8c789a2128d2d041 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 19 Aug 2025 10:57:21 +0300 Subject: [PATCH] scanimage: add examples (#17721) --- pages/linux/scanimage.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pages/linux/scanimage.md b/pages/linux/scanimage.md index 2aa3d2f56c..8181495403 100644 --- a/pages/linux/scanimage.md +++ b/pages/linux/scanimage.md @@ -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}}`