fengyuanchen / cropper

⚠️ [Deprecated] No longer maintained, please use https://github.com/fengyuanchen/jquery-cropper
MIT License
7.75k stars 1.74k forks source link

cropper js is increasing size of the file #871

Closed errakeshpd closed 7 years ago

errakeshpd commented 7 years ago

The cropper js is increasing the file size drastically . let say if 1 MB file is processed and send as 2-3 MB size file.

fengyuanchen commented 7 years ago

If your original imaeg is JPEG, then when call canvas.toDataURL, you should pass in the same image type:

<img src="example.jpg">
$('img').getCroppedCanvas().toDataURL('image/jpeg');