mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-10 08:12:33 +03:00
Use ImagingNewDirty
This commit is contained in:
parent
9cf8f93c64
commit
4af4256ac3
|
@ -262,7 +262,7 @@ ImagingMerge(const char* mode, Imaging bands[4])
|
||||||
}
|
}
|
||||||
bandsCount = i;
|
bandsCount = i;
|
||||||
|
|
||||||
imOut = ImagingNew(mode, firstBand->xsize, firstBand->ysize);
|
imOut = ImagingNewDirty(mode, firstBand->xsize, firstBand->ysize);
|
||||||
if ( ! imOut)
|
if ( ! imOut)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user