Skip to content

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

Notifications You must be signed in to change notification settings

taisel/JS-Image-Resizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published