Hi, I'm trying to figure out the best way to display an animated gif inside a 
canvas. I had attempted this before, but the only way I could figure out how to 
display the animation was by picking apart the gif, frame by frame, and then 
displaying the animation by a loop inside the canvas' paint-callback. I looked 
through the Racket Users archives and I found this thread 
https://groups.google.com/forum/#!searchin/racket-users/gif/racket-users/k2mfykyAaWY/CHUlu1cB9BUJ
 where it talks about how there aren't any plans to support animated gifs, 
though there may be in the future.

That thread was from 5 years ago. Is this still the case? I'd very much prefer 
a more native way of displaying animation in gifs than the very painful hack I 
made a few months ago (not to mention I took apart the gif in GIMP before 
turning to Racket for the animation itself).

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to