mirror of https://github.com/GNOME/gimp.git
plug-ins: fix last commit for PLANARCONFIG == SEPARATE
This commit is contained in:
parent
8b9819339d
commit
46cb5a5e79
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue