WDImagePicker
WDImagePicker copied to clipboard
changing cropper ratio results in inaccurate resulting image.
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.
Any ideas?