From 096883aa4603540993ea948f4c219a19c749765e Mon Sep 17 00:00:00 2001 From: Dian Fay Date: Tue, 12 Nov 2019 23:14:50 -0500 Subject: [PATCH] scanimage: add page (#3543) --- pages/linux/scanimage.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pages/linux/scanimage.md diff --git a/pages/linux/scanimage.md b/pages/linux/scanimage.md new file mode 100644 index 000000000..6f374fc80 --- /dev/null +++ b/pages/linux/scanimage.md @@ -0,0 +1,12 @@ +# scanimage + +> Scan images with the Scanner Access Now Easy API. +> More information: . + +- List available scanners to ensure the target device is connected and recognized: + +`scanimage -L` + +- Scan an image and save it to a file: + +`scanimage --format={{pnm|tiff|png|jpeg}} > {{path/to/new_image}}`