Software Development

Find out how to Reverse an Animated GIF

Written by admin

Modifying visible media by way of code has all the time been a fascination of mine. Most likely as a result of I am not a designer and I have a tendency to stay to what I am good at. One visible impact I really like is seeing video reversed — it supplies a typically hilarious perspective on a given occasion.

Take this reversed water impact for instance:

To reverse an animated GIF or video, you should use the ImageMagick library:

convert water-forward.gif -coalesce -reverse -quiet -layers OptimizePlus  -loop 0 water-reversed.gif

For those who’re fascinated with media engineering, take a look at my earlier ImageMagick tutorials. These superior media libraries are as near an artist I’ll ever get!

  • 9 Mind-Blowing WebGL Demos

    As a lot as builders now detest Flash, we’re nonetheless taking part in a little bit of catch as much as natively duplicate the animation capabilities that Adobe’s previous know-how supplied us.  In fact we’ve got canvas, an superior know-how, one which I highlighted 9 mind-blowing demos.  One other know-how accessible…

  • Create a Sheen Logo Effect with CSS

About the author

admin

Leave a Comment