https://bugs.winehq.org/show_bug.cgi?id=38622
--- Comment #5 from Mathieu Malaterre mathieu.malaterre@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