Skip to content

Instantly share code, notes, and snippets.

@skarfacegc
Created June 2, 2012 03: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 skarfacegc/2856422 to your computer and use it in GitHub Desktop.
Save skarfacegc/2856422 to your computer and use it in GitHub Desktop.
imagemagick slugs
Curved Reflection (http://www.imagemagick.org/Usage/advanced/#reflections)
convert pokemon.gif -alpha on -virtual-pixel transparent \
\( +clone -flip -channel A -evaluate multiply .35 +channel \) -append \
+distort Barrel '0,0,0,1 0,0,-.35,1.5 32,32' \
-gravity North -crop 100x100+0-5\! \
-background black -compose Over -flatten reflect_3Darc.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment