在Android中如何解码cmyk颜色格式的jpeg?

发布于 2024-12-07 12:18:22 字数 137 浏览 0 评论 0原文

我正在尝试解码 CMYK 颜色格式的 jpeg。 BitmapFactory 返回 null。我用谷歌搜索了一下,但没有运气。 Android 团队是否有可能没有正确地支持所有类型的颜色格式?

我使用的是安卓2.2。

太感谢了。

I'm trying to decode a jpeg that is in CMYK color format. BitmapFactory returns null. I googled around but with no luck. Is it possibile Android team did not the right job supporting all kind of color format?

I'm using Android 2.2.

Thank you so much.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

找回味觉 2024-12-14 12:18:22

找到解决方案:使用用NDK编译的外部库libjpeg加载JPEG。虽然很辛苦,但我做到了!

Found the solution: loading the JPEG using the external library libjpeg compiled with NDK. It has been a hard work, but I did it!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文