XY coordinates generator for images

Hi everyone, so I found this XY generator for images online:
https://www.mobilefish.com/services/record_mouse_coordinates/record_mouse_coordinates.php

You can upload your image, then select the pixels you want, and it will generate an XY table like this:
3X_a_8_a896df0aa1a49fe15c653bfe2c8f8f5c5cfd80bc.png

I used that data for the XY column of the Background Image in my app, but the pins are not shown.

Can anyone tell me if XY coordinates generated are correct, can they be referenced to the pixel? Or do the coordinates always have to be georeferencedยฟ

Thanks!

Solved Solved
2 8 11.5K
1 ACCEPTED SOLUTION

3X_a_8_a896df0aa1a49fe15c653bfe2c8f8f5c5cfd80bc.png

Basically you would need to calculate like that:

(198 / Image width pixel * 100) , (163 / Image height pixel * 100)

Now you can use it in AppSheet.

View solution in original post

8 REPLIES 8
Top Labels in this Space