3 lines
79 B
Python
3 lines
79 B
Python
from PIL import Image
|
|
img = Image.open("otp-icon.png")
|
|
img.save("otp-icon.ico") |