El dom, 21-03-2010 a las 11:48 +0000, Emmanuele Bassi escribió: > > remember: loading bug images in the GL pipeline can be costly, so you > really don't want to pre-load a lot of them, and you want to get rid > of > them quickly.
>From my experience, what takes most of the time in eog is actually the loading and decoding of the image data from disk. It would probably suffice with preloading the previous and following GdkPixbuf and only pushing them to a clutter actor[1] when the image is actually to be displayed. About preloading, there is already a bug open with some discussion: https://bugzilla.gnome.org/show_bug.cgi?id=321603 Btw, if somebody wants to give eog some love as part of gsoc I'd be glad to mentor.. maybe I should write down a proposal.. Claudio [1] If what I said doesn't make any sense, blame it on me not touching clutter code for a couple of years now.. _______________________________________________ gnome-love mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-love
