![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re^3: Combination of Gtk2 and Imlib2by Schnuck (Novice) |
on Apr 27, 2020 at 18:37 UTC ( #11116130=note: print w/replies, xml ) | Need Help?? |
I thought about it for a while and realized it would be a good idea to find out where the time is lost during the display of the images as thumbnails. I used Time::HiRes to find out. I am actually loading jpeg data from a tar archive. I have to convert this to a Pixpuf, because Gtk2-Canvas needs a pixbuf to show the data. The conversion function into a pixbuf consumes the majority (~70%) of the time. This may be a hint that this won't be faster using Imlib2?
In Section
Seekers of Perl Wisdom
|
|