[Bug 38622] PixelFormat32bppARGB != PixelFormat8bppIndexed

wine-bugs at winehq.org wine-bugs at winehq.org
Fri May 22 07:17:26 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38622

--- Comment #5 from Mathieu Malaterre <mathieu.malaterre at gmail.com> ---
After digging in the code here is what I found out
(http://stackoverflow.com/a/30396519/136285):

For Grayscale PNG:

PixelFormat is: PixelFormat32bppARGB
ImageFlagsColorSpaceRGB is not set


For RGB PNG:

PixelFormat is: PixelFormat24bppRGB
ImageFlagsColorSpaceRGB is set


For RGBA PNG:

PixelFormat is: PixelFormat32bppARGB
ImageFlagsColorSpaceRGB is set

-- 
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