Skip to content

Instantly share code, notes, and snippets.

@phette23
Created August 20, 2014 16:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phette23/87f2db1eb3e5dbfabfeb to your computer and use it in GitHub Desktop.
Save phette23/87f2db1eb3e5dbfabfeb to your computer and use it in GitHub Desktop.
Convert all tif files in a directory to jpg
for f in *.tif
convert $f (basename -s .tif $f).jpg
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment