https://github.com/acgrid/imagepicker
A demo tool for screen shot analysis
https://github.com/acgrid/imagepicker
Last synced: 4 months ago
JSON representation
A demo tool for screen shot analysis
- Host: GitHub
- URL: https://github.com/acgrid/imagepicker
- Owner: acgrid
- Created: 2015-12-17T09:13:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-17T09:44:07.000Z (over 10 years ago)
- Last Synced: 2025-07-27T07:46:55.341Z (11 months ago)
- Language: Pascal
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ImagePicker
A demo tool that may be helpful to my project ADBot
It render a PNG file in full size and tell you what your script cares about.
## Usage
- Run it
- Drop a PNG file in the window or choose file by click Open button.
- Drag mouse to navigate in the image.
- Left click on any point, the read-only edit box will show the (X,Y) in percentage and it color in RGB hexadecimal value.
- Right click on a point to compare its color with previous click point, in the result of distance of points in the RGB color space.
## Todo
- Keep previous clicked points after drag canvas, yes, they get lost after re-paint now
- More customizable, if needed anyway
## Compiler
Delphi XE7 Win64
No 3rd-party libraies needed