I am learning to use 'pillow 5.0' following book 'Automate the boring stuff with python'
The info about the image object
In [79]: audacious = auda
In [80]: print(audacious.format, audacious.size, audacious.mode)
PNG (1094, 960) RGBA
When I tried to convert filetype, it report error.
In [83]: audacious.save('audacious.jpg')
OSError: cannot write mode RGBA as JPEG
There's no such a
n error in book.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…