컴퓨터/Python
파이썬 그림파일 다루기
풍경소리^^
2021. 2. 1. 07:12
f = open("img.jpg","wb")
f.write(str(data))
f.close()