Modifying visible media through code has at all times 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 like is seeing video reversed — it offers 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 the event you’re excited by media engineering, try my earlier ImageMagick tutorials. These superior media libraries are as near an artist I’ll ever get!
Suggestions for Beginning with Bitcoin and Cryptocurrencies
One of the vital rewarding experiences of my life, each financially and logically, has been shopping for and managing cryptocurrencies like Bitcoin, Litecoin, Ethereum. Like studying another new tech, I made rookie errors alongside the way in which, however discovered some greatest practices alongside the way in which. Take a look at…
Detect Vendor Prefix with JavaScript
No matter our place on vendor prefixes, now we have to reside with them and sometimes use them to make issues work. These prefixes can be utilized in two codecs: the CSS format (
-moz-
, as in-moz-element
) and the JS format (navigator.mozApps
). The superior X-Tag challenge has…MooTools Textual content Flipping
There are heaps and many ineffective however enjoyable JavaScript strategies on the market. That is one other certainly one of them. One common April Fools joke I shortly acquired uninterested in was web sites remodeling their textual content the wrong way up. I discovered a jQuery Plugin by Paul…