Alex-Dobrynin / Xamarin.Controls.ImageCropper

Cross platform Xamarin library to crop and rotate images
MIT License
9 stars 2 forks source link

Oval crop does not work #12

Open sessiontalk opened 1 month ago

sessiontalk commented 1 month ago

net8.0-android sdk 34 In the sample ImageCropper.Demo.DRoid if we change the crop shape to Oval in code as below, the resultant image is still square

var path = await Controls.ImageCropper.ImageCropper.Current.Crop(new CropSettings() { AspectRatioX = 1, AspectRatioY = 1, CropShape = CropSettings.CropShapeType.Oval }, rs.FullPath);

Alex-Dobrynin commented 1 month ago

If you look what dependencies uses android, you will see that it is using third part library, which is just binding of android native library. you may go there and create same ticket