[Bug 8088] OleLoadPictureEx doesn't create a color table on gif files

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Sep 28 18:05:06 CDT 2009


http://bugs.winehq.org/show_bug.cgi?id=8088





--- Comment #5 from Vincent Povirk <madewokherd at gmail.com>  2009-09-28 18:05:05 ---
The windowscodecs work destroyed any chance of this working in current Wine.
The oleaut32 WIC loading code now internally converts the image data from
whatever it was (8-bit paletted in this case) to 32-bit ARGB, just because it
was simplest to only deal with one format.

Someone would have to fix
OLEPictureImpl_LoadWICDecoder/OLEPictureImpl_LoadWICSource so that it creates
an 8-bit bitmap when it gets 8-bit paletted data.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.



More information about the wine-bugs mailing list