Xcode 6 giving “LIBPNG ERROR TOO MANY IDAT'S FOUND” error

血红的双手。 提交于 2020-01-05 10:32:03

问题


Are there good tools for checking PNG files for issues that can be how I have ended up here? At first i feared with was an issue with the many thousands of "tiles" in my learning app (at 3 resolutions), but it seems one or more specific png files have an internal issue.


回答1:


pngcheck works well and is a good resource. In addition, an OS-X app (in the app store) called "Quick Opaque" easily stripped out the (unneeded) alpha channel data from my png file, which cured the IDAT problem.



来源:https://stackoverflow.com/questions/28060499/xcode-6-giving-libpng-error-too-many-idats-found-error

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!