I am working on a small project on my university and I met a problem with applying grayscale to externally loaded images from Google's Picasa servers in my banner. I try to create a greyscale canvas of any image loaded but when trying to get image data i can see Security Error.
I am using jQuery, HTML, PHP and Ajax languages.
Whole project you can find here: Google Code Project
I tried to use this library: $getImageData
But i get an information that my request cannot be handled. I also tried many other libraries and codes but without result.