gpt4 book ai didi

ios - Pngcrush libpng 错误 : Not enough image

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:51:14 26 4
gpt4 key购买 nike

这是 Xcode 中的错误消息:在 /Path/image@2x.png pngcrush 中检查 alpha 时捕获了 libpng 错误:图像不足 dCommand/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/copypng 发出错误但未返回非零退出代码以指示失败

但即使出现此错误,应用程序仍能正常运行。甚至图像也在运行 iOS 6.0 的 iPhone 4 上加载

我尝试删除图像并重新添加。还尝试将其从预览保存为 png。

最佳答案

libpng 是一个开源项目,源代码在这里:Sourceforge.net

我在源代码中搜索了您提到的错误,Not enough image dCommand。我能找到的最接近的匹配项是图像数据不足,来自pngrutil.c

Not enough image data 的快速谷歌给出了这个解决方案 stackoverflow.com

Found it!!

You have to save your PNG files as NOT INTERLACED. Try to open the file in photoshop (or similar), save as, and select "Not interlaced".

It is working in my case

hope this helps

关于ios - Pngcrush libpng 错误 : Not enough image,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18450769/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com