Created
August 30, 2018 19:55
-
-
Save ereli/82d8107b10c5d73c3ecdeeabc195b6d6 to your computer and use it in GitHub Desktop.
scan and crop image using scanimage and convert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
scanimage --mode=Color --resolution=300 > foo.pnm;convert foo.pnm -crop (convert foo.pnm -virtual-pixel edge -blur 0x15 -fuzz 15% -trim -format '%[fx:w]x%[fx:h]+%[fx:page.x]+%[fx:page.y]' info:) +repage 5.jpeg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment