[android-developers] Re: Bitmap 32 bitperpixel image to Bitmap 8 bitperpixe image

2011-10-07 Thread Ravijadhav
On Oct 6, 9:35 pm, Ravijadhav jadhr...@gmail.com wrote: Helllo Everyone, I am quite stuck at this.. What is the best way to convert an RGB  24 or 32 bit per pixel image to a grayscale 8 bit per pixel image? A working code of the same in android will be much helpful for me Thank you

[android-developers] Bitmap 32 bitperpixel image to Bitmap 8 bitperpixe image

2011-10-06 Thread Ravijadhav
Helllo Everyone, I am quite stuck at this.. What is the best way to convert an RGB 24 or 32 bit per pixel image to a grayscale 8 bit per pixel image? A working code of the same in android will be much helpful for me Thank you... -- You received this message because you are subscribed to

[android-developers] OCR android

2011-09-26 Thread Ravijadhav
Hello Everyone, I am a newbie to android I want to develop an application based on OCR. However, the OCR engine should be implemented on android itself. Which are the libraries(classes) available in android which provide image processing functions?? and is there a tutorial available on those