Vikash
unread,Sep 10, 2011, 2:41:29 AM9/10/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fxcanvas
Hi All,
I am working upon developing a jQuery Plug-in for color picker using
Canvas Tag for the purpose of learning about canvas. Everything worked
in major browsers except IE. To make the Canvas Tag working in IE I
tried to use excanvas.js file and it worked for drawing image in
Canvas tag. But even after using "excanvas.js" file "getImageData()"
method is not working on canvas context Object. So does anyone have
any idea if it is supported in IE or not supported at all? Could
anyone share if there is any workaround for this method in IE?
Any help would be much appreciated! Following is the code which I am
using:
var imageData = canvasCtx.getImageData(0, 0, 200, 200); // canvasCtx
is the reference to Canvas Context.
Thanks in advance.
Vikash Bhardwaj