Open yuriy-zhilovets2 opened 11 months ago
This will be useful for writing web-services where iamge comes as a stream object, not a file on a disk.
Image.open already accepts a stream, so the issue is only in checking a parameter type in the encode_image
This will be useful for writing web-services where iamge comes as a stream object, not a file on a disk.