이 글은 제가 예전에 메모해놓았던 글을 그대로 옮겨 적은글 입니다. 혹 다른 분들에게 도움이 될까 싶어서요. 개인적으로 작성했던글이라 반말입니다.
--
libpng가 PC에서는 돌아가고 iPhone에서 돌아가지 않는 현상이 있었는 데 그 이유는 iPhone에 png를 넣어줄 때 컨버팅이 되기 때문이다.
Apple의 png는 BGRA로 저장된다.
Apple에서 png의 chunk type은 CgBI로 된다. IHDR이 아니라.
해결 방법.
1. png의 확장자를 바꾸기
2. user define옵션으로 컨버팅 옵션을 끈다.
IPHONEOPTIMIZATIONS = -skip-PNGs
끝.
Subscribe to:
Post Comments (Atom)
Task in UnrealEngine
https://www.youtube.com/watch?v=1lBadANnJaw
-
Unity released very good FPS example for people and I decided to analysis how they make this. Personally I wanted to show you how I analys...
-
When we use DrawDebugSphere function for debugging, it is working well but when you are trying to use it in anim node's function it will...
-
If you press a key 'L' in the jupyter notebook then you can see the line number in the editor.
No comments:
Post a Comment