We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33bd77f commit 38b3c6eCopy full SHA for 38b3c6e
image_rounded_corner/rounded_corner.py
@@ -17,4 +17,3 @@ 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