A Python-based graphical tool for measuring pixel distances between points on images, with support for multiple images and measurement export capabilities. After checking the possible softwares, I could not find a suitable software for automating the saving process for multiple length measurements in pixels so I created this simple software for my use using LLM.
- Load and navigate between multiple images easily
- Measure distances between any two points with pixel-perfect accuracy
- Undo accidental measurements with single-click undo
- Save the result in .csv file with image name, position of end points and distance measured in pixels.
- Tested on MacOS
- Python 3.8+
- Tkinter (usually included with Python)
- Matplotlib
- NumPy
- Download or clone the repository.
- Run the
\dist\image_measurement_tool
. - Click on the two points to measure the distance between. Continue to select points for next distance measurement
- You can undo last measurement
- You can load multiple images and move between the images
- At the end, you can save as .csv file.
- It is possible to run or modify python source code
- Windows version is work in progress
- Zooming and grid is working in progress
- Sometimes left click does not work initially. Try with right click.