Skip to content

Instantly share code, notes, and snippets.

@aferriss
Created March 7, 2016 22:38
Show Gist options
  • Save aferriss/cc64b7550f48e58916c7 to your computer and use it in GitHub Desktop.
Save aferriss/cc64b7550f48e58916c7 to your computer and use it in GitHub Desktop.
imageMagick LZW
mogrify -path outFolder -depth 16 -endian msb -compress lzw rawImages/*.tif
#outFolder is a newFolder where images will be saved
#rawImages is a folder where the images to be compressed are stored.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment