Hi, I have used GTK+ over DirectFB in an embedded device (NXP 8550) and it was fast with png images. Try png instead of jpeg and see if this improves the performance. Try to avoid complex objects like gtk_tree_view.
These are not a definite solution, but could help meanwhile. As you said, a good solution could be to review the ImageProvider code. Regards, Pedro Aguilar On Fri, 2007-02-16 at 07:16 -0800, Daniel Laird wrote: > My Embedded device uses ImageProviders to do ImageDeocde. The Image provider > is rather fast however using libjpeg instead is rather slow. I think this > is one of many reasons why GTK+ is running quite slow on my target. > > HAs anyone any ideas on how we could start to make imageproviders more > widely used? > > Has anyone investigated the ways in which they could be encouraged? > > Cheers > Dan -- Pedro Aguilar _______________________________________________ directfb-dev mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev
