Skip to content

Releases: bartduisters/pixel-picker

Version 1.0.1

21 Aug 09:14
c225520
Compare
Choose a tag to compare

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

Version 1.0.0

20 Aug 14:46
Compare
Choose a tag to compare

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