I'm trying to fade the edges of an image that has a transparent background.
Is there a way to do this in Python using the PIL library?
I tried using the ImageFilter.BLUR
filter but I can't seem to find a way to fade the edges only.
I'm trying to fade the edges of an image that has a transparent background.
Is there a way to do this in Python using the PIL library?
I tried using the ImageFilter.BLUR
filter but I can't seem to find a way to fade the edges only.