We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b53cd commit 33bd77fCopy full SHA for 33bd77f
image_rounded_corner/rounded_corner.py
@@ -17,3 +17,4 @@ def add_corners(im, rad):
17
im = Image.open('Location_to_image/image.png')
18
im = add_corners(im, 100)
19
im.save('Location_to_store/img_rounded.png')
20
+
0 commit comments