bytes of the image '''
bio = BytesIO()
bio.name = 'image.png'
image.save(bio, 'PNG')
bio.seek(0)
return bio
Не, юзай pil
Обсуждают сегодня