-
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
1 addition
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ ImageColorPicker can | |
* 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 the color format you want to copy when hitting `CTRL+c` over the `Copy`-dropdown. | ||
* Copy the currently selected color by pressing `CTRL+c`. | ||
* Select colors by clicking into the image. Copy the currently selected color by pressing `CTRL+c`. | ||
|
||
# License | ||
ImageColorPicker is (c) 2023 Alexander Kraus <[email protected]> and GPLv3; see LICENSE for details. |