plug-ins: fix last commit for PLANARCONFIG == SEPARATE

This commit is contained in:
Ell 2020-06-24 15:50:24 +03:00
parent 8b9819339d
commit 46cb5a5e79
1 changed files with 1 additions and 1 deletions

View File

@ -1781,7 +1781,7 @@ load_separate (TIFF *tif,
}
else if (is_signed)
{
convert_int2uint (buffer, bps, spp, cols, rows,
convert_int2uint (buffer, bps, 1, cols, rows,
tile_width * bytes_per_pixel);
}