guoyingtao / Mantis

An iOS Image cropping library, which mimics the Photo App written in Swift.
MIT License
926 stars 183 forks source link

fix: fix undo redo rotation issues when flipped #396

Closed guoyingtao closed 6 months ago

guoyingtao commented 6 months ago

fix #393

rahul6350 commented 4 months ago

Hey @guoyingtao need to help you in this I have used your library in my company project but need to make such that when crop and save the image and edit the image it indication view reset but it should the zoom to the region of crop area of the entire image means image is original but it zooms to the previous crop area

rahul6350 commented 4 months ago

is there anything to do that

guoyingtao commented 4 months ago

@rahul6350 Mantis only saves the cropped image and doesn't keep the original image information after cropping. So when you edit the cropped image, it treats the cropped image as a new original image.