Why is image modified with pillow not opening?

后端 未结 0 318
有刺的猬
有刺的猬 2021-01-18 06:13

I have simple code that converts an image from .jpg to .ico.

from PIL import Image

image = "image.jpg"

im = Image.open(image)
im.save("favico         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题