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
Now i am facing issue. I want coordinates of original image when i am cropping resized image. but i am getting coordinates of resized image.
Here is deferent.
Original Image coordinates :
x1 : 774 , y1 : 772, x2 : 1416, y2 : 1315
Hello,
I am using your plugin for cropping. I am facing one issue.
I have image and i have applied width in tag
<img id="target" width="865" src="demo_files/vs.jpg" usemap="#planetmap">
My script is as below
Now i am facing issue. I want coordinates of original image when i am cropping resized image. but i am getting coordinates of resized image.
Here is deferent.
Original Image coordinates :
x1 : 774 , y1 : 772, x2 : 1416, y2 : 1315
Resized Image coordinates :
x1 : 434 , y1 : 789, x2 : 430, y2 : 734
Any solution please.
The text was updated successfully, but these errors were encountered: