Pixel Picker 1.0.1
Changes
Add MIT license.
Functionality
- Hovering over a pixel shows the color, hex value of the color and the coordinates
- Clicking any key will log the key + the pixel information under the cursor in a new row of the table
- Clicking a cell will copy the value into the clipboard
Linux
- Download the .jar
- In the terminal, type in
java -jar pixel-picker.jar
and press enter
Mac
- Download the .jar
- Double click
pixel-picker.jar
- New versions might need to give Java permissions for accessibility and screen recording
- If double clicking does not work, open a terminal and type in
java -jar pixel-picker.jar
and press enter
Windows
- Download the .jar
- Double click
pixel-picker.jar