Scanimage

From MK Wiki EN
Jump to navigation Jump to search

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