JS-Image-Resizer icon indicating copy to clipboard operation
JS-Image-Resizer copied to clipboard

Placed in public domain. A javascript based solution for image scaling outside of html5 canvas.

JS-Image-Resizer

A javascript based solution for image scaling outside of html5 canvas.

##Troubleshoot When running index.html on Chrome, only first picture loads, due to Uncaught SecurityError on line 14:
Uncaught SecurityError: Failed to execute 'getImageData' on 'CanvasRenderingContext2D': The canvas has been tainted by cross-origin data.

Solution:

  • Running on a server instead (eg localhost)