Search code examples
iphoneimageimage-processingeditimage-editing

Insert text or Edit Image in iPhone


I am stuck with this problem and not getting any idea about this.?

I do have some images in the application, and I want to insert some text in to that images which I take as input from the user?

I don't have any idea how to accomplish this task? Is it possible or not.

Basic Idea is : I do have images in to the application resources. I want to insert text at certain place or at some cordinate. Lets say, User insert: Merry Christmas, so the text get include in the image. at specific cordinate of the image.


Solution

  • Reference 1

    How do I use the NSString draw functionality to create a UIImage from text

    may help you a bit