Open sessiontalk opened 4 months 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);
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
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);