May 11, 2026
2:25 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. -- v2: gdiplus: Add support for CMYK to ARGB pixel format conversion. gdiplus/tests: Add test for CMYK to ARGB conversion. https://gitlab.winehq.org/wine/wine/-/merge_requests/10835