logoalt Hacker News

xnxtoday at 6:52 AM1 replyview on HN

Excellent hack! Should definitely be possible to make an animated gif to jpeg converter. I guess the animation could be slowed a little by repeating frames.


Replies

londons_exploretoday at 6:55 AM

You can also deliberately have the server sending data at the right rate for the right playback time.

Easy enough to add a delay() each frame if your server is python/nodejs/PHP/whatever