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