.
Results
1
comments of
.
PIL (and Python loops) is not designed for these convolution-type operations, which are more suited for Numpy. You can utilise the `np.array(image)` and `Image.fromarray(array)` conversions and speed up your code...