May 7, 2026
3: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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10835