I have a background image: ,
on which i fuse a circle(or eclipse):
so that the area equal to circle becomes transparent on the background image just like this: .
I have used php and image magick to achieve this
Now, I have to insert an image into the hole in such a way that:
- Image is rendered above the background, so only image area equal to photo hole is visible.
- When I drag the image in photo hole, the image goes in layer behind background and when released again the image is re-rendered as step 1.
- I also need to crop the image rendered in step 1.
How this can be achieved in php using image magick? Any pointers or help will very useful.
To transfer image below the background on layer, can this be done using z-index?