如何为 Pebble.js (CloudPebble) 准备 PNG 文件?
How to prepare PNG file for Pebble.js (CloudPebble)?
每个上传到 CloudPebble 的 png 文件都会在应用 运行 时间内给我一个 Uncaught Error: Incomplete or corrupt PNG file
错误。
我尝试以不同的格式、压缩、不压缩、灰度、索引的 Pebble 颜色等保存 png 文件。
无法正常工作。 PNG 文件是简单的黑白图标。遵循图像资源文档中的提示。
有什么问题吗?
在我的案例中,似乎是 CloudPebble 错误已得到修复。我的应用程序现在可以编译了。
有关卵石检查图像的提示 https://developer.getpebble.com/blog/2014/10/29/Displaying-remote-images/
每个上传到 CloudPebble 的 png 文件都会在应用 运行 时间内给我一个 Uncaught Error: Incomplete or corrupt PNG file
错误。
我尝试以不同的格式、压缩、不压缩、灰度、索引的 Pebble 颜色等保存 png 文件。
无法正常工作。 PNG 文件是简单的黑白图标。遵循图像资源文档中的提示。
有什么问题吗?
在我的案例中,似乎是 CloudPebble 错误已得到修复。我的应用程序现在可以编译了。
有关卵石检查图像的提示 https://developer.getpebble.com/blog/2014/10/29/Displaying-remote-images/