I am using the Vimeo API to get thumbnails of videos which I would like to apply effects to using Pixastic. However, in Chrome and Safari I get the error message: "Uncaught Error: SECURITY_ERR: DOM Exception 18". I have tried drawing the external images to canvas elements and then applying the Pixastic effects to those canvas elements but I get the same error message.
Is anyone successfully using Pixastic with external images in Webkit?