-
-
Notifications
You must be signed in to change notification settings - Fork 189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rotate only image and not the cropper and vice-versa #85
Comments
@zeeshanTeks The current version of Mantis does not support it. |
@guoyingtao Both would be really helpful. Thanks. |
@zeeshanTeks I added rotate cropper button in the branch |
@guoyingtao Thank you so much, this works perfectly. |
@zeeshanTeks I released Mantis 1.4.11 which includes this feature. var config = Mantis.Config()
config.cropToolbarConfig.toolbarButtonOptions = [.clockwiseRotate, .reset, .ratio, .alterCropper90Degree]; |
Thanks a lot. You are too good. |
@guoyingtao, as I see in the version this only gives option to independently rotate image and cropper. Is it possible to make an option to have fixed ratio even after image is rotated. Example:
I believe that this can be partly related to issue #87 so if you decide that this can be implemented bear it in mind. |
Hi @guoyingtao
Is it possible to rotate only the image with a button click? And rotate only the cropper(i.e., the ratio is reversed) with a button click?
The text was updated successfully, but these errors were encountered: