Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.javascript > #28824 > unrolled thread

Animated GIF Creation In JavaScript

Started byDave Brown <nerdful@gmail.com>
First post2015-10-16 08:37 -0700
Last post2015-12-02 11:39 -0800
Articles 2 — 2 participants

Back to article view | Back to comp.lang.javascript


Contents

  Animated GIF Creation In JavaScript Dave Brown <nerdful@gmail.com> - 2015-10-16 08:37 -0700
    Re: Animated GIF Creation In JavaScript "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2015-12-02 11:39 -0800

#28824 — Animated GIF Creation In JavaScript

FromDave Brown <nerdful@gmail.com>
Date2015-10-16 08:37 -0700
SubjectAnimated GIF Creation In JavaScript
Message-ID<a107ce93-5eed-4936-9a7c-b1419167abe1@googlegroups.com>
On www.gifsta.com I have been messing around with generating 
animated GIFs on the fly. Wondering if anyone else has been 
doing similar tricks?

Tools basically have to break a video or animated GIF into 
individual frames so they can be edited (say add meme text), 
then recompiled after editing.

And just so you can see that there is no server processing, 
here is a sample of a animated meme hosted on a JavaScript 
demo site:
http://codepen.io/samples/full/RWwNbQ/


Here is a bookmarklet to turn static images on webpage to 
animated GIF:
http://marklets.com/GIF.aspx

[toc] | [next] | [standalone]


#28938

From"Michael Haufe (TNO)" <tno@thenewobjective.com>
Date2015-12-02 11:39 -0800
Message-ID<41ea1253-edbf-4270-97b4-11bca8843ff4@googlegroups.com>
In reply to#28824
On Friday, October 16, 2015 at 10:37:21 AM UTC-5, Dave Brown wrote:
> On www.gifsta.com I have been messing around with generating 
> animated GIFs on the fly. Wondering if anyone else has been 
> doing similar tricks?

I haven't tried my hand as of yet, but this looked promising:

<http://antimatter15.com/wp/2010/07/javascript-to-animated-gif/>

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.javascript


csiph-web