Scanimage

From MK Wiki EN
Revision as of 16:43, 9 February 2020 by MkWikiEnSysOp (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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