Skip to content

Commit 33bd77f

Browse files
authored
Update rounded_corner.py
1 parent 24b53cd commit 33bd77f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

image_rounded_corner/rounded_corner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ def add_corners(im, rad):
1717
im = Image.open('Location_to_image/image.png')
1818
im = add_corners(im, 100)
1919
im.save('Location_to_store/img_rounded.png')
20+

0 commit comments

Comments
 (0)