반응형 PIL to byte1 [Python] PIL.Image 를 byte array 로 변환 import io img = Image.open('file_path', mode='r') buffer = io.BytesIO() img.save(buffer, format='PNG') buffer.seek(0) 2022. 6. 20. 이전 1 다음 728x90 반응형