Scanimage: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Troubleshooting == The user that uses scanimage must be in groups "lp" and "saned". /usr/sbin/usermod -a -G saned ''user'' /usr/sbin/usermod -a -G lp ''user'' == Scann...") |
(No difference)
|
Latest revision as of 16:43, 9 February 2020
Troubleshooting
The user that uses scanimage must be in groups "lp" and "saned".
/usr/sbin/usermod -a -G saned user /usr/sbin/usermod -a -G lp user
Scanning
Scan as TIFF
scanimage --resolution 300 --mode Color --format tiff > ~/scan/$(datewithtz).tiff
Scan as PNG
scanimage --resolution 300 --mode Color --format tiff | convert - ~/scan/$(datewithtz).png