kishikawakatsumi / PEPhotoCropEditor

Image cropping library for iOS.
MIT License
1.09k stars 358 forks source link

Reset back to original rotation and size #16

Closed Abderezai closed 10 years ago

Abderezai commented 11 years ago

Hi, I was wondering if you plan on adding a feature that would reset the crop area, image rotation, and view back to the first load state. Thanks!

rivera-ernesto commented 11 years ago

I think that if you set again the crop view's image it will get reset to the original state.

cropView.image = originalImage;
Abderezai commented 10 years ago

I just got around to testing that and it worked. Thank you!

kishikawakatsumi commented 10 years ago

@rivera-ernesto Thank your for following.

kishikawakatsumi commented 10 years ago

Added resetCropRect method.