Skip to content

Instantly share code, notes, and snippets.

@edenwaith
Created September 13, 2017 22:57
Show Gist options
  • Save edenwaith/5b20f39bd796de20426c309f0bf160cd to your computer and use it in GitHub Desktop.
Save edenwaith/5b20f39bd796de20426c309f0bf160cd to your computer and use it in GitHub Desktop.
Compress a bunch of TIFF images using the LZW compression method and sips from the Mac command line
ls *.tif | xargs sips -s format tiff -s formatOptions lzw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment