I am going straight to the point,my problem is, I have a uiview controller which is taking 3 buttons and a uiimage view.Now,
-
When i am pressing first button i am taking image from iphone default photo gallery and placing on uiimageview.
-
When i am pressing second button it will take another image from photo gallery and placing on previous image.
-
Now when i will press third button those two image will add and make it one image and save in the photo album.
i have done step 1 and step 2 but how can i do step 3??
EDIT
suppose a man without beard in a picture(image1) but i am adding another beard image(image2) to make an image where he will look like beard man(image3). i want to save image 3 in photo album.
Thanks In Advance for any help..
myself also having same issue previously i solved this way
try this category code….
.h file:
.m file:
my design will be view(named as combinedView) that contains two image view one is just the source image[i.e man without beard] on the top of that image i am having beard image…
then i make the image by this way….
for saving this to album use this…
try this idea….
New Update:
this structure you need to maintain and also
theView‘s background color as clear color