YuvImage to Drawable

时间:2012-11-30 07:21:54

标签: android image-processing android-view android-image android-drawable

我有YUV格式的byte []数据,我想创建一个Drawable。

很长的路要走,就是把它转换成RGB - >位图 - > BitmapDrawable。

更简单的方法是创建YuvImage,但是可以创建一个Drawable而不用将其压缩成jpeg吗?

1 个答案:

答案 0 :(得分:0)

有趣的讨论 - > Converting YUV->RGB(Image processing)->YUV during onPreviewFrame in android?

或者,您也可以将字节转换为ColorMatrix并使用 setYUV2RGB()