[Pidgin] #11021: pidgin starts too long in case buddy icon is set
Pidgin
trac at pidgin.im
Mon Dec 21 13:34:34 EST 2009
#11021: pidgin starts too long in case buddy icon is set
--------------------+-------------------------------------------------------
Reporter: pva | Owner: rekkanoryo
Type: defect | Status: closed
Milestone: | Component: unclassified
Version: 2.6.4 | Resolution: cantfix
Keywords: |
--------------------+-------------------------------------------------------
Changes (by pva):
* status: pending => closed
* resolution: => cantfix
Comment:
Eh, looks like slow gdk_pixbuf_scale_simple is a known bug:
https://bugzilla.gnome.org/show_bug.cgi?id=80925
But well it's not slow in all cases, looking at this mail one may say that
it is fast:
http://www.mail-archive.com/gtk-devel-list@gnome.org/msg10629.html
But after all, what's makes me wonder is why on the earth scaling to 24x19
takes seconds, but scaling to 22x22 takes minutes?... Just try to use and
you'll see the difference:
scale = gdk_pixbuf_scale_simple(buf, 24, 19, GDK_INTERP_HYPER);
That said, in any way I guess this is not bug in pidgin and should be
handled as such here. Thank you for your time.
--
Ticket URL: <http://developer.pidgin.im/ticket/11021#comment:4>
Pidgin <http://pidgin.im>
Pidgin
More information about the Tracker
mailing list