mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +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;
|
||||
|
||||
imOut = ImagingNew(mode, firstBand->xsize, firstBand->ysize);
|
||||
imOut = ImagingNewDirty(mode, firstBand->xsize, firstBand->ysize);
|
||||
if ( ! imOut)
|
||||
return NULL;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user