Hi All,
I have two UIImage objects as follow:
image1:

image2:

I wish to combine the two images via code so I can get the following image:

My graphics skills in iPhone are really poor... so any sample code will be greatly appreciated.
Thanks! Josh
Hi All,
I have two UIImage objects as follow:
image1:

image2:

I wish to combine the two images via code so I can get the following image:

My graphics skills in iPhone are really poor... so any sample code will be greatly appreciated.
Thanks! Josh
I guess you are looking at applying a mask to an image, so take a look here, hope it helps