python 으로 이미지 저장 시, 발생한 에러입니다.
# 변경 전
imgDecodingData.save("C:/Users/Desktop/test.jpg")
# 변경 후
imgDecodingData.convert("RGB").save("C:/Users/Desktop/test.jpg")
반응형
'Language > Python' 카테고리의 다른 글
ERROR: Could not find a version that satisfies the requirement PIL (from versions: none) (0) | 2023.12.18 |
---|---|
ERROR: No matching distribution found for cv2 (0) | 2023.12.18 |