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
I downloaded your lib to do some tests and I made a method to rotate the photo at a specific angle, not just adding 90 degrees, but I found a bug in the crop overlay, can you fix it?
Screen_Recording_20221216_143423_EasyCrop.mp4
The text was updated successfully, but these errors were encountered:
Hi @filiandrader
The problem here is that the crop region is updated whenever the transform is updated as well, but the way it's done currently is by snapping the transform to the nearest 90deg angle first. It's of course possible to switch it to a more generic behavior since almost everything else is done using matrices.
I might not have a working release with that feature added for a while (need to figure out the ui for it as well), but if you can share the code you're using right now to get the custom angle, I'll give you some hints as to what you might need to get everything working.
I downloaded your lib to do some tests and I made a method to rotate the photo at a specific angle, not just adding 90 degrees, but I found a bug in the crop overlay, can you fix it?
Screen_Recording_20221216_143423_EasyCrop.mp4
The text was updated successfully, but these errors were encountered: