Skip to content

Instantly share code, notes, and snippets.

@picandocodigo
Created May 15, 2012 14:46
Create thumbnails from images in a directory (with Imagemagick)
for i in *.jpg; do
convert -thumbnail 200 $i thumb.$i
done
@ThinkDigitalSoftware
Copy link

Thanks! Came in handy today

Uh oh!

There was an error while loading. Please reload this page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment