> On 03/12/2010 18:58, Slick Dealer wrote: > > Hello there, > > > > I am using FL_Help_View to render png images in my app. It works fine for > > small images, but for anything more than a 3 MB PNG image, Fl_Help_View > > takes 10-15 seconds to display it. Is there any way to speed image > > rendering through Fl_Help_View? > > > > Thanks much, > > How many of these do you use? Do you resize them (does your <img> tag use > "height" and "width" attributes?) and what is the size of the original in > pixels? > The 3MB png might be quite large after decompression... > > If I could easily resize PNG images using FLTK, I wouldn't be using Fl_Help_View.
The app is a PNG image browser. I am using the img tag with height and width attributes. I display only one image at a time but the user can browse through many images and resize them (one at a time). _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

