문제

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.

도움이 되었습니까?

해결책

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

다른 팁

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top