getImageData() Does not work in IE even after using "excanvas.js"?

278 views
Skip to first unread message

Vikash

unread,
Sep 10, 2011, 2:41:29 AM9/10/11
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
Reply all
Reply to author
Forward
0 new messages