We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b3c6e commit 2a6336cCopy full SHA for 2a6336c
image_rounded_corner/rounded_corner.py
@@ -14,6 +14,7 @@ def add_corners(im, rad):
14
im.putalpha(alpha)
15
return im
16
17
+
18
im = Image.open('Location_to_image/image.png')
19
im = add_corners(im, 100)
20
im.save('Location_to_store/img_rounded.png')
0 commit comments