You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we rotate an image , the crop Area is not adjusting to the rotated image size , therefore it allowing to crop beyond the image as below
Once the image is rotated, it takes the dimensions of the previous image only, it's not taking full width, Therefore it becomes difficult to resize the crop rectangle on rotated image in mobile screen as below
this is "by design" as the primary purpose is cropping. When you rotate in non-90deg ways the goal is to preserve all the image information and let the user decide whether they want to crop to fill a specific rectangle or leave the empty margins but keep all or most of the info.
I see what you mean but since the internal image is still that tall vertical image and sizing is based on that. A not-very-nice workaround but the only one I can think of is to rotate, do the initial crop, save, and then reopen cropro with the horizontal image to crop further. Can't think of anything better at the moment.
@ailon
When we rotate an image , the crop Area is not adjusting to the rotated image size , therefore it allowing to crop beyond the image as below

Once the image is rotated, it takes the dimensions of the previous image only, it's not taking full width, Therefore it becomes difficult to resize the crop rectangle on rotated image in mobile screen as below


Here's the link to reproduce the above mentioned issues
https://codesandbox.io/p/sandbox/cropro-all-defaults-demo-forked-2lkll7
Can you suggest what needs to be done to to resolve above issues..
The text was updated successfully, but these errors were encountered: