Код: Выделить всё
AttributeError: property 'mode' of 'JpegImageFile' object has no setterМой код:
Код: Выделить всё
from pil import Image as pl
my_img = pl.open(file_name)
Подробнее здесь: https://stackoverflow.com/questions/788 ... -no-setter
Код: Выделить всё
AttributeError: property 'mode' of 'JpegImageFile' object has no setterКод: Выделить всё
from pil import Image as pl
my_img = pl.open(file_name)