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

View File

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