Excanvas.js allows IE to work with the canvas tag, but the getImageData method is not supported.
Is there any way at all to get the value of a specified pixel in IE (img or VML or whatever other ways bitmaps from a server can be displayed in IE)? I'm assuming there's not.
I'm trying to get rid of a server hit to improve responsiveness of an Ajax app, but I might only be able to do it for FF, Chrome, Opera, and Safari if there's no way to coax the info out of IE.
