Skip to content

Instantly share code, notes, and snippets.

@rriemann
Created October 29, 2013 13:22
Show Gist options
  • Save rriemann/7214543 to your computer and use it in GitHub Desktop.
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
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