WDImagePicker icon indicating copy to clipboard operation
WDImagePicker copied to clipboard

changing cropper ratio results in inaccurate resulting image.

Open AmmarMujeeb opened this issue 7 years ago • 1 comments

Default cropper has 1:1 ratio in example app i.e 280x280 and the imageview in place to show the resulting image is also of similiar ratio, but if i change the cropper ratio to 3:3.5 as per my requirement and even changed the imageview size to 288x336 to accomodate the resulting image perfectly but the image is not cropping properly and the image is cropped in a way that it takes the resulting image from top right of the original while ignoring what is given in the cropper area.

AmmarMujeeb avatar May 09 '17 08:05 AmmarMujeeb

Any ideas?

B0Dim avatar Jul 11 '17 10:07 B0Dim