mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
plug-ins: fix last commit for PLANARCONFIG == SEPARATE
This commit is contained in:
parent
8b9819339d
commit
46cb5a5e79
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue