jayrambhia / CropperNoCropper

Instagram Style Image Cropper for Android (Library)
http://www.jayrambhia.com/project/nocropper-library
Apache License 2.0
475 stars 99 forks source link

Scaled cropping #34

Closed jayrambhia closed 6 years ago

jayrambhia commented 6 years ago

Fixed issue #24.

This is a big change and it brings CropInfo, Cropper to the system. CropInfo represents the state of a crop on an image. This state can be transformed - rotated, scaled to be used on un-rotated and/or un-scaled version of the image.

By using CropInfo, we can load a scaled down version of the image, get CropInfo - state of a crop and scale it and use it on the original image.