views:

535

answers:

1

Hi,

I've read that it is not possible to use getImageData on an image loaded from a different domain. Any trick to overcome this?

Thanks

+3  A: 

You can make a proxy script on your domain that forwards the image from the other domain.

SLaks