http://bugs.winehq.org/show_bug.cgi?id=40409 --- Comment #9 from Esme Povirk <madewokherd@gmail.com> --- Remaining places where we seem to be taking a noticeable amount of time: * GdipLoadImageFromFile, where it's given a directory name. The file name ends in \ so we should be able to very quickly figure out that we can't open it as a stream. This seems to take the most time of any of these. * jpeg_decoder_initialize, which makes sense because we load the image data and convert it from RGB to BGR. * Reading information from the registry about metadata readers in the WIC ComponentInfo implementation. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.