yet-another-resizer
v0.1.0
Published
Yet another implementation of client size image resizing before upload
Downloads
8
Readme
Yet Another Resizer
Yet another implementation of client size image resizing before upload, this time in TypeScript
WIP (Docs are WIP too)
References:
https://hacks.mozilla.org/2011/01/how-to-develop-a-html5-image-uploader/
https://gist.github.com/dcollien/312bce1270a5f511bf4a
https://github.com/rossturner/HTML5-ImageUploader/blob/master/src/main/webapp/js/ImageUploader.js, specifically the functions scaleImage
, scaleCanvasWithAlgorithm
,getHalfScaleCanvas
and applyBilinearInterpolation
made with <3 by Danii Nebot