[Bug 48492] XCP-ng Center v8.x (.NET 4.6 app) crashes on startup (WIC BmpDecoder does not support 32bpp RGBA format)

WineHQ Bugzilla wine-bugs at winehq.org
Wed Jan 22 11:28:31 CST 2020


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

--- Comment #10 from Ilia Mirkin <imirkin at alum.mit.edu> ---
https://en.wikipedia.org/wiki/BMP_file_format#Pixel_format

Also seems to suggest that arbitrary bitfields can be specified. Probably
should just go off of bitsize and create specialized 16/24/32-bit-wide
functions to handle the different bitfields, and use a fixed pixel format for
each width?

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