Thanks for the reply. :)

Using ColorMatrix and ColorMatrixFilter, I now see how to transform a
color image into grayscale, although I'm not sure at this point how to
convert it to monochrome, i.e. a pencil-drawn effect, with only pure
black and pure white. What might be the best way to handle that?

Thanks.

On Nov 2, 4:49 pm, Streets Of Boston <flyingdutc...@gmail.com> wrote:
> 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 apicturewith the camera and
> > convert the resulting image into a monochrome bitmap (and do some
> > otherprocessingon 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
> >processingon the byte array from taking thepicture, 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