Cconvert Imgs
This commit is contained in:
4
JPGtoPNG.py
Normal file
4
JPGtoPNG.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from PIL import Image
|
||||
|
||||
im = Image.open("naruto_first.jpg").convert("RGB")
|
||||
im.save("naruto.png", "png")
|
||||
Reference in New Issue
Block a user