Thursday, July 14, 2022
HomeSoftware developmentLearn how to Reverse an Animated GIF

Learn how to Reverse an Animated GIF


Modifying visible media by way of code has all the time been a fascination of mine. In all probability 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 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 need to use the ImageMagick library:

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

In case you’re enthusiastic about media engineering, try my earlier ImageMagick tutorials. These superior media libraries are as near an artist I’ll ever get!

  • Create Namespaced Classes with MooTools

    MooTools has all the time gotten a little bit of grief for not inherently utilizing and standardizing namespaced-based JavaScript courses just like the Dojo Toolkit does.  Many builders create their courses as globals which is mostly frowned up.  I principally disagree with that stance, however every to their very own.  In any occasion…

  • Serving Fonts from CDN

    For optimum efficiency, everyone knows we should put our property on CDN (one other area).  Together with these property are customized internet fonts.  Sadly customized internet fonts by way of CDN (or any cross-domain font request) do not work in Firefox or Web Explorer (accurately so, by spec) although…

  • Advanced CSS Tables II – Using Mootools JavaScript For Alternate Row Colors
  • MooTools onLoad SmoothScrolling

    SmoothScroll is a incredible MooTools plugin however easy scrolling solely happens when the anchor is on the identical web page. Making SmoothScroll work throughout pages is as simple as a couple of further line of MooTools and a querystring variable. The MooTools / PHP After all, this can be a…


RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments