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