Skip to content

Version 1.0.1

Latest
Compare
Choose a tag to compare
@bartduisters bartduisters released this 21 Aug 09:14
· 3 commits to master since this release
c225520

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