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
Sorry if this is a dumb question, but I can't for the life of me understand the coordinate system after rotation. It works great without any rotation, and is standard top left (X, Y) positioning (or left, top).
Also library is great and props to you for making it.
Moving the crop size/coordinates works great via left, top, width and height. But upon rotation, I do not understand why the (left, top) coordinate changes. It doesn't appear to be the location of the top left corner, nor the center of the image.
Is there something I'm missing in the documentation or anything someone can point me to for more context? Thanks in advance
The text was updated successfully, but these errors were encountered:
There is the peculiarity, that the coordinates are relative to the bounding box of an image.
That's the most straightforward and rational approach, that can be easily implemented on the backend by the way. In an other case we need to deal with the coordinates of the rotated rectangle inside the another rectangle.
Sorry if this is a dumb question, but I can't for the life of me understand the coordinate system after rotation. It works great without any rotation, and is standard top left (X, Y) positioning (or left, top).
Also library is great and props to you for making it.
Moving the crop size/coordinates works great via left, top, width and height. But upon rotation, I do not understand why the (left, top) coordinate changes. It doesn't appear to be the location of the top left corner, nor the center of the image.
Is there something I'm missing in the documentation or anything someone can point me to for more context? Thanks in advance
The text was updated successfully, but these errors were encountered: