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
Am using the latest version of this library in my app that am building. i had a previous issue(#156) about crop frame not moving around but the issue is solved in the latest version.(great thanks for that)
My new issue is that when i specify options.setFreeStyleCropEnabled(true); and set aspect ratio to be 1:1 which is square, the aspect ratio is not maintained. one can still have crop a rectangular piece of image and i want a square one.
Another thing is that when i set options.setFreeStyleCropEnabled(false); the crop frame cannot be moved around.
Is there a method that can be used to explicitly enable crop frame to move around when cropping instead of image(this means disabling image movement and enabling crop frame movement)?
what can i do to make aspect ratio maintained by crop frame?
The text was updated successfully, but these errors were encountered:
I faced same issue, when you use free style crop and then select any ration for example 4:3, then i select any portion its not stay on that ratio, it's become in freely.
Am using the latest version of this library in my app that am building. i had a previous issue(#156) about crop frame not moving around but the issue is solved in the latest version.(great thanks for that)
My new issue is that when i specify
options.setFreeStyleCropEnabled(true);
and set aspect ratio to be1:1
which is square, the aspect ratio is not maintained. one can still have crop a rectangular piece of image and i want a square one.Another thing is that when i set
options.setFreeStyleCropEnabled(false);
the crop frame cannot be moved around.The text was updated successfully, but these errors were encountered: