Created
October 29, 2013 13:22
-
-
Save rriemann/7214543 to your computer and use it in GitHub Desktop.
use convert from Imagemagick to compress black/white scans to 2bit tiff files
This file contains hidden or 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
convert Image-0001.png Image-0002.png -depth 2 -colorspace Gray output.tiff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment