first commit
This commit is contained in:
4
Png2Ico.py
Normal file
4
Png2Ico.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from PIL import Image
|
||||
|
||||
img = Image.open(r"C:\Users\vanko\MyCode\Heif2Jpg\Heif2JPG.png")
|
||||
img.save(r"C:\Users\vanko\MyCode\Heif2Jpg\Heif2Jpg.ico", format='ICO', sizes=[(256, 256)])
|
||||
Reference in New Issue
Block a user