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}}`