mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-11 17:56:18 +03:00
commit
ce738b72dc
|
@ -81,6 +81,7 @@ ImagingRankFilter(Imaging im, int size, int rank)
|
|||
size * sizeof(type));\
|
||||
IMAGING_PIXEL_##type(imOut, x, y) = Rank##type(buf, size2, rank);\
|
||||
}\
|
||||
free(buf); \
|
||||
} while (0)
|
||||
|
||||
if (im->image8)
|
||||
|
|
Loading…
Reference in New Issue
Block a user