cstefanache / angular2-img-cropper

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

Improve performance on large images #191

Closed rrotaru closed 7 years ago

rrotaru commented 7 years ago

Add cropOnResize setting to toggle whether image object is created each time box is resized. Add preserveSize parameter to getCroppedImage to allow users to manually get full resolution image using ViewChild and cropper.getCroppedImage()

rrotaru commented 7 years ago

This helps performance issues mentioned in #186 and implements the feature asked for in #36

cstefanache commented 7 years ago

This is awesome! Is it possible to update the readme file and the sample application? Thank you very much for supporting! Will release 0.8.9 as soon as we have this in place!

cstefanache commented 7 years ago

Thanks!

cbhatt commented 7 years ago

When is next release 0.8.9 planned ? I am facing similar problems with large images.