Link to home
Start Free TrialLog in
Avatar of nedlogan
nedloganFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Images on CANVAS tag HTML5

Hi,
What I'm trying to do is quite complicated (for me at least), I want to display 2 images on an html5 canvas element and have one of them transparent so the other image shows through. When they are positioned the user can click a button and save the resulting image to the server.

I'm able to get bits of this working but not altogether.

Does someone know how to do this or point me to a tutorial or script for doing this?

Thanks in advance.
nl
ASKER CERTIFIED SOLUTION
Avatar of Mrugesh1
Mrugesh1

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nedlogan

ASKER

Hi,
Thanks I can sort of do that bit, what I'm struggling with is letting the user zoom in and out of the TOP image and rotate it using clickable buttons, there is something similar here:
http://jsfiddle.net/prowla/Kj3UL/

Thanks anyway for your answer.

nl
Thanks, I figured it out based on your code.
Regards,
nl