Den 17.06.2011 01:07, skrev Greg Brown:
Animated GIFs aren't currently supported. GIFs are currently represented by the Picture class, which is a subclass of Image. The Image class is designed to be static. It doesn't include any API for "playing" an sequence of frames. That's what the Movie class (and subclasses) are designed to do. The plan was to implement animated GIF support using a concrete subclass of Movie called Video (Image ~= Movie, Picture ~= Video, Drawing ~= Animation). However, this has not been done. You are welcome to try to implement it if you like.
OK, if I find a more valuable need for animated GIFs I'll certainly give it a try :)
