I am able to successfully load an image from a zip:with zipfile.ZipFile('test.zip', 'r') as zfile: data = zfile.read('test.jpg') # how to open this using ...
確定! 回上一頁