-
Notifications
You must be signed in to change notification settings - Fork 16
A quality two-pass resizing algorithm for images written in JavaScript. Pass your three or four channel (order agnostic) image framebuffer to the "resize" function of the Resize object created and your resized image will be returned. Initialize by calling "new Resize(int fromWidth, int fromHeight, int toWidth, int toHeight, bool alphaChannelPres…
vibster/JS-Image-Resizer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
About
A quality two-pass resizing algorithm for images written in JavaScript. Pass your three or four channel (order agnostic) image framebuffer to the "resize" function of the Resize object created and your resized image will be returned. Initialize by calling "new Resize(int fromWidth, int fromHeight, int toWidth, int toHeight, bool alphaChannelPres…
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published