Easily convert tiff to jpg
First you'll need imagemagick with tiff support:
brew install imagemagick --with-libtiff
To convert all tiff files in this directory and all it's subdirectories to decent jpg:
mogrify -path _jpg -quality 75 -format jpg **/*.tif
Written by Guido Bouman
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Console
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#