-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. |