Not NDK related, please try android-developers

On Wed, Jul 13, 2011 at 11:38 AM, Андрей Жданов <zdanc...@gmail.com> wrote:

> Hello everyone! :) I've found next problem. I've convert image resource
> with:
>
>
> BitmapFactory.Options o = new BitmapFactory.Options();
>         o.inPreferredConfig = Bitmap.Config.RGB_565;
> BitmapFactory.decodeResource(r, R.raw.test003, o);
>
>
> Bitmap has format ARGB_8888/4444 (and others) but i expect in out RGB_565!
> Problem manifested with my device: *HTC Desire HD*. At an android emulator
> it's Ok
>
> --
> You received this message because you are subscribed to the Google Groups
> "android-ndk" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/android-ndk/-/v48E-9V4dUYJ.
> To post to this group, send email to android-...@googlegroups.com.
> To unsubscribe from this group, send email to
> android-ndk+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/android-ndk?hl=en.
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to