Closed budidino closed 1 year ago
After cropping some images to a 1:1 square, I sometimes get results that are a bit off. Mantis version: 2.4.0
2.4.0
cropVC.config.presetFixedRatioType = .alwaysUsingOnePresetFixedRatio(ratio: 1/1) cropVC.config.cropViewConfig.cropShapeType = .circle(maskOnly: true)
514 x 546
514 x 513
I've added some extra check and cropping functionality in my code to get around this issue, but it would be ideal if the result for 1:1 images was actually 1:1 😅
@budidino Can you have a test using Mantis 2.5.2 which I just just released for fixing this issue? Thanks!
@guoyingtao I can confirm that it works 👍 🚀
After cropping some images to a 1:1 square, I sometimes get results that are a bit off. Mantis version:
2.4.0
How to replicate
My settings
Example image
514 x 546
Size after cropping without zooming or panning:
514 x 513
I've added some extra check and cropping functionality in my code to get around this issue, but it would be ideal if the result for 1:1 images was actually 1:1 😅