Skip to content

Instantly share code, notes, and snippets.

@krujos
Created November 13, 2014 02:09
Show Gist options
  • Save krujos/51ca19de900679af1f04 to your computer and use it in GitHub Desktop.
Save krujos/51ca19de900679af1f04 to your computer and use it in GitHub Desktop.
Convert a directory full of tiffs to png
for f in *.tiff ; convert $f `(echo $f | sed -e 's/tiff/png/') `;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment