Re: MNG gdk-pixbuf module



> How much interest is there in an MNG loader for gdk-pixbuf?
> 
> Right now I have a working version that loads the first frame of the MNG
> into a
> pixbuf using libmng. If there is enoufh interest (and probably if there is
> not
> ;-) I will add incremental loading and GdkPixbufAnimation support to it. 
> Ideally I'd like to get it integrated into gdk someday as it seems kind of
> silly
> to distribute  something this small seperately, but I understand the
> desire to
> not depend on libmng.
> 

A mng loader which only loads the first frame is already available in 
http://bugzilla.gnome.org/show_bug.cgi?id=71267
Mine does incremental loading, though.

But as you will see in the bug, the main problem with libmng is implementing
multiple independent
iterators on the same animation. I personally think that working around this
by copying the whole animation would be acceptable, since
one-iterator-per-animation is probably the 95% case. But 
IIRC, even copying the animation isn't supported by libmng...

Matthias

-- 
+++ GMX - Mail, Messaging & more  http://www.gmx.net +++
Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage!




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]