cstefanache / angular2-img-cropper

Angular 2 Image Cropper
MIT License
364 stars 135 forks source link

Cropped Image is too large than the original Image. #165

Open oztek22 opened 7 years ago

oztek22 commented 7 years ago

I'm uploading JPG Image of 211 KB with dimension 2048 1280. my cropped JPEG Image is of dimension 2048 1092 with size 725 KB which is more than 3 times larger than the original Image.

Can you do something to reduce the size of Image?

cstefanache commented 7 years ago

you can use the compression rate parameter ... afaik, because of the base64 conversion the image increases in size. let it open - I'll try to check it out - if you have any idea post it here,