May 25, 2026
8:51 a.m.
Add conversion from PixelFormat32bppCMYK to PixelFormat32bppARGB in convert_pixels(), using the standard subtractive color model formula where RGB = (255 - CMY) * (255 - K) / 255. -- v3: gdiplus: Fix return code for pixel format convertion. gdiplus/tests: Add test for pixel format conversion. https://gitlab.winehq.org/wine/wine/-/merge_requests/10835