Predicting_real_estate_prices_using_scikit-learn icon indicating copy to clipboard operation
Predicting_real_estate_prices_using_scikit-learn copied to clipboard

[USER32] Detect White followed by Black in color table as monochrome

Open Doug-Lyons opened this issue 4 years ago • 4 comments

Allows color table with White and then Black to be detected as monochrome

Add additional code in is_dib_monochrome for this option.

JIRA issue: CORE-13935

Additional code testing White then Black added to original test for Black and then White

This code is a modification of code originally proposed by Fabian Maurer as a Wine Fix. See https://bugs.winehq.org/show_bug.cgi?id=47486

Doug-Lyons avatar Oct 09 '21 14:10 Doug-Lyons