I want to create a binary image from a bitmap. i am extracting the luminance from the YUV 420 format from the preview screen and storing it in an array . i can create a image using bitmap class be the decode method of bitmap factory . Now the problem is how to convert this gray scale bitmap image to binary image (8bpp to 1bpp) Since bufferedimage is not supported in android how to do this ?? Provide the code snippet anyone tried hard but couldnt find :(
-- 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