j
k
j a
j l
"Esme Povirk (they/them)" vincent@codeweavers.com wrote:
decode_info->bpp = max(bps, 8) * samples; Why do we limit bps to 8 in this calculation?
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.
Back to the thread
Back to the list