[PATCH 4/9] windowscodecs: Add support for 3bps RGB format to TIFF decoder.

Dmitry Timoshkov dmitry at baikal.ru
Tue Apr 21 11:32:28 CDT 2020


"Esme Povirk (they/them)" <vincent at codeweavers.com> wrote:

> +        decode_info->bpp = max(bps, 8) * samples;
> 
> Why do we limit bps to 8 in this calculation?

According to the tests [8/9] Windows always expands bpp to at least 8 in
RGB TIFF images.

-- 
Dmitry.



More information about the wine-devel mailing list