I have a similar problem with the contour of an image with very large images (3000x2000) to create a preview before loading:
- First I load the image (
image.src = url). - After loading the image, I resize it to canvas drawImage (
canvas.drawImage(image, ...)) - da dataURL canvas.
- , .
( Chrome 35) , .
image.src = null, .
, DevTools (, , , , ), , , .