Skip to content

Commit 2a6336c

Browse files
authored
Update rounded_corner.py
1 parent 38b3c6e commit 2a6336c

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
@@ -14,6 +14,7 @@ def add_corners(im, rad):
1414
im.putalpha(alpha)
1515
return im
1616

17+
1718
im = Image.open('Location_to_image/image.png')
1819
im = add_corners(im, 100)
1920
im.save('Location_to_store/img_rounded.png')

0 commit comments

Comments
 (0)