Advertisement
hackerboxes

convert png to jpg and gif and git to png

Aug 16th, 2013
307
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. convert *.png *.jpg
  2. convert -delay 350 -loop 0 *.png r.gif
  3. convert $(for ((a=0; a<24; a++)); do printf -- "--delay 10 *-%s.jpg " $a; done;) result.gif
  4. convert 24.gif s.png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement