-
Notifications
You must be signed in to change notification settings - Fork 10
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
Display crop box coordinates and size #35
Comments
This is much easier to implement than #15 (predefined cop sizes) |
Will be available with next release :-) |
Awesome! I think I'll try to compile and test it in the meantime |
Very nice. I was able to achieve perfect crop on the first try: Thank you for this feature. I have to admit it was a bit hard to set the right values by dragging the box. I think the next step would be putting those values inside four editable text boxes: two for (x, y) coordinates of top left corner (bottom right corner is immaterial) and two for box dimensions. |
done. available with next release Version 1.3 |
It would be useful to have XY offset of of top left corner of crop box displayed along with it's dimensions. One can get more predictable results by sticking to 8 or 16 multiples for offset and box size allows to target aspect ratio
The text was updated successfully, but these errors were encountered: