-
Notifications
You must be signed in to change notification settings - Fork 71
Crop area does not scale when image is rotated 90 degrees. #24
Comments
I got this same issue. Hope to fix it soon |
need use radians, please see ExampleCropViewController line 189 |
Hi @ikorich I tried your new code but the image can not zoom out. I can not crop the image when rotate 90. |
Hi @HTKT |
Thanks @ikorich . Hope to fix it soon, i'm using it in my project 👍 |
Hi @ikorich : Any progress for this issue? Thanks. |
@HTKT haven't time :( |
Wish you have time to fix this issue soon. :( |
Hello @ikorich! I'm working on a PR to fix this issue, any suggestions on which button should perform the 90 degree rotation action? Thanks! |
Hi @meercha, need add 2 buttons, rotate left/right and disable >= 90 angle, |
Hello @HTKT! From what I understood, based on the current logic this is not quite possible. |
this update will be in v1.1.0 |
Thanks @ikorich . May i know when v1.1.0 will be released? |
Hello @ikorich : Any update for v1.1.0? Thanks |
Hello @ikorich: Hope you are doing well. May i have any update for v1.1.0? |
When rotating the image clockwise / counter-clockwise by 90 degrees, it seems like the crop area cannot select the whole image (even using original aspect does not work) and is still bound to the initial image size. Is there a way to update the crop area bounds when the image is rotated? Thanks!
You can reproduce the issue by manually setting the angle value.
The text was updated successfully, but these errors were encountered: