python 으로 이미지 저장 시, 발생한 에러입니다.

 

# 변경 전

imgDecodingData.save("C:/Users/Desktop/test.jpg")

# 변경 후

imgDecodingData.convert("RGB").save("C:/Users/Desktop/test.jpg")

 

반응형

+ Recent posts