3
votes
Draw rounded corners on photo with PIL
From Fredrik Lundh:
create a mask image with round corners (either with your favourite image
editor or using ImageDraw/aggdraw or some such).
in your program, load the mask image, …
