Monday, November 2, 2009

[android-developers] Processing Pictures

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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment