Re: [android-developers] Rendering 24 bit RGB using Android Bitmap

2013-07-18 Thread Romain Guy
No you cannot create 24 bits bitmaps. On Thu, Jul 18, 2013 at 1:37 PM, Ruslan Novikov novikov.rus...@gmail.comwrote: You mean no alpha channel in the Bitmap right? If there is alpha channel and it has FF value for every pixel the Bitmap is going still be 32 bit, correct? One more question:

[android-developers] Rendering 24 bit RGB using Android Bitmap

2010-12-09 Thread KK
Hi, Is there anyway I can render a 24 bit RGB using Android Bitmap class? The Bitmap.Config does not seem to have a 24 bit option. Is there anyway to do this? Thanks in advance KK -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] Rendering 24 bit RGB using Android Bitmap

2010-12-09 Thread Romain Guy
Hi, Just use the ARGB_ configuration and make sure all your pixels are opaque. On Wed, Dec 8, 2010 at 11:54 PM, KK krishnakumar.ramachand...@gmail.comwrote: Hi, Is there anyway I can render a 24 bit RGB using Android Bitmap class? The Bitmap.Config does not seem to have a 24 bit