开发者

Help needed with UIImage manipulation

开发者 https://www.devze.com 2023-01-13 06:19 出处:网络
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:

I have two UIImage objects as follow:

image1:

Help needed with UIImage manipulation

image2:

Help needed with UIImage manipulation

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

Help needed with UIImage manipulation

My graphics skills in iPhone are really poor... so any sample code will be great开发者_开发问答ly appreciated.

Thanks! Josh


I guess you are looking at applying a mask to an image, so take a look here, hope it helps

0

精彩评论

暂无评论...
验证码 换一张
取 消