Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@bartduisters bartduisters released this 20 Aug 14:46
· 9 commits to master since this release

Pixel Picker 1.0.0

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

Windows users

  • Download pixel-picker-windows.zip
  • Unzip
  • Double click start-pixel-picker-windows.vbs

Mac/Linux users

  • Open a terminal at the location where pixel-picker.jar is located
  • Type java -jar pixel-picker.jar and hit enter