[android-developers] Re: Writing text on images in Android

2009-06-04 Thread jagtap.jj

Well here is my tut

http://www.anddev.org/viewtopic.php?p=22718#22718

Thank you
jagtap
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



[android-developers] Re: Writing text on images in Android

2009-04-09 Thread Jeffrey Sharkey

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 jagtap...@gmail.com 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 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
-~--~~~~--~~--~--~---