tags:

views:

85

answers:

1

Hello All,

How to Add Text into an Image and display as one Image. Iam selecting image from Photo Library and then writing text onto it and want to save as one image?so can anyone know who to deal with it?

+1  A: 

You can find sample code here. Basically the idea is to draw your image and text in a graphic context and create new image from it.

Vladimir