Sure, use a Canvas wrapped around a mutable copy of the original Bitmap. Bitmap.copy() can get you a mutable bitmap of an existing image, and then you can Canvas.drawText().
j On Apr 9, 12:05 am, jj <[email protected]> wrote: > Hello folk > I want to edit image for Writing text on images, is it possible in > Android, if so, how to achieve this. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

