Few hints :)
Search for ColorMatrix and ColorMatrixFilter on developer.android.com
and search for ColorMatrix on Google for various ways of transforming
color-images into B&W.

On Nov 2, 12:18 pm, polyclefsoftware <dja...@gmail.com> wrote:
> What I'd like to be able to do is take a picture with the camera and
> convert the resulting image into a monochrome bitmap (and do some
> other processing on the image).
>
> Googling for answers hasn't yielded good results. Can anyone point me
> to a good resource for how to handle this? Should I handle the
> processing on the byte array from taking the picture, or convert it
> into a Bitmap or some other image format and process that?

-- 
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