We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
현재 아이템 이미지 파일(*.png)의 ICC profile이 sRGB IEC61966-2.1로 관리되도록 설정되어 있어, pygame 내부에서 사용되는 libpng라이브러리에서 profile경고가 발생합니다.
The text was updated successfully, but these errors were encountered:
또한 pygame에서 사용하는 구버전 libpng라이브러리의 자체적인 버그로, 이미지의 처리 방식이나 포함된 information에 따라 경고가 발생합니다. (알려진 이슈)
Sorry, something went wrong.
#468
StillnessFate
No branches or pull requests
현재 아이템 이미지 파일(*.png)의 ICC profile이 sRGB IEC61966-2.1로 관리되도록 설정되어 있어, pygame 내부에서 사용되는 libpng라이브러리에서 profile경고가 발생합니다.
The text was updated successfully, but these errors were encountered: