Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStahL committed Oct 19, 2023
1 parent 8467c95 commit aab12d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ ImageColorPicker can
* Load images from files with formats supported by Qt6 (By selecting `File->Open` or dragging image files onto the preview).
* Paste images or html with images into the preview with `Edit->Paste` or `CTRL+v`.
* Drop images or html with images into the preview over drag&drop (for example from web browsers). This will resolve URLS per http request and decode base-64 encoded images.
* Select colors by clicking into the image.
* Copy the currently selected color or palette by pressing `CTRL+c`.
* Select the color format you want to copy when hitting `CTRL+c` over the `Copy`-dropdown.
* Select colors by clicking into the image. Copy the currently selected color by pressing `CTRL+c`.
* Double-click entries of the Gradient table to set the resp. gradient color to the currently selected one.
* Choose a custom color for reference by editing the language/representation table.

# License
ImageColorPicker is (c) 2023 Alexander Kraus <[email protected]> and GPLv3; see LICENSE for details.

0 comments on commit aab12d4

Please sign in to comment.