Skip to content

Instantly share code, notes, and snippets.

@jonsherrard
Created June 19, 2014 09:44
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 jonsherrard/767054ecbeec5a5d833d to your computer and use it in GitHub Desktop.
Save jonsherrard/767054ecbeec5a5d833d to your computer and use it in GitHub Desktop.
for file in *.gif
do
#convert -strip $($file)[0] $(basename $file)-thumb.jpg
convert -strip "${file%.*}.gif[0]" "${file%.*}.jpg"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment