canvasResize icon indicating copy to clipboard operation
canvasResize copied to clipboard

Javascript Canvas Resize Plugin. It can work both with jQuery and Zepto. It's compatible with iOS6 and Android 2.3+

Results 20 canvasResize issues
Sort by recently updated
recently updated
newest added

error callback function is not provided, the callback is not being called when the image is fake, or no return error from `$.canvasResize` instance.

I have tried to resize transparent PNG images but they were cropped and then I converted those images to JPG and then tried to resize, but JPGs worked fine. I...

When I am using this code: var resizedImage = canvasResize("dataURLtoBlob", myImage); In some cases , the blob type is changing to "application/octet-stream" from "image/jpeg" or "image/png". We observed that we...

I noticed that when I downscale a .png image sometimes the new image is larger than the original. Does this plugin support compression for .png images?

chmod 777 Warning: imagejpeg() [function.imagejpeg]: Unable to open 'uploads/570c4c99f1b14.jpg

when i used to convert image ![test](https://cloud.githubusercontent.com/assets/1845897/10930073/88d3e2dc-82ed-11e5-981e-2dae27a7f65a.png) it have crop a lot of bottom. Check and plz fix it as soon as.

I'm not sure exactly what conditions cause this, but certain GIFs are cropped or stretched oddly. You can see the behavior using https://gokercebeci.com/dev/canvasresize This image is handled correctly: ![sunflower_as_gif_websafe](https://f.cloud.github.com/assets/1598167/501178/0f2c3482-bc90-11e2-8272-8a38af8e71fc.gif) This...

![4272543012332004858](https://cloud.githubusercontent.com/assets/5378965/8322526/3a26aa62-1a69-11e5-9daf-40fe22579923.jpg)

Here is my use case: - I have a png image roughly 2.7MB size - I would like to reduce size client-size - after drastic resize and compression it's still...