We had a task that required us to find over 10 pairs of x and y coordinates in an image and they needed to be in JSON format.
There were 140+ images. This meant that we needed to find and format over 1400 pairs of x and y coordinates. 😱
A pair of coordinates would be used to place a button on the image at the given x and y coordinate.
To make this tedious process more efficient, I created an app that allows us to upload an image and click on a point in the image to copy the coordinates in a custom format. In our case it was JSON format.