https://github.com/kamilburda/gimp-color-clip
GIMP plug-in that darkens/brightens a given percentage of the darkest/brightest pixels in a drawable
https://github.com/kamilburda/gimp-color-clip
gimp gimp-plugin python
Last synced: about 1 month ago
JSON representation
GIMP plug-in that darkens/brightens a given percentage of the darkest/brightest pixels in a drawable
- Host: GitHub
- URL: https://github.com/kamilburda/gimp-color-clip
- Owner: kamilburda
- License: bsd-3-clause
- Created: 2017-01-31T21:43:42.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2022-10-29T19:28:39.000Z (over 2 years ago)
- Last Synced: 2025-01-21T20:22:33.408Z (3 months ago)
- Topics: gimp, gimp-plugin, python
- Language: Python
- Homepage:
- Size: 493 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Color Clip
==========Color Clip is a [GIMP](https://www.gimp.org/) plug-in that darkens/brightens a given percentage of the darkest/brightest pixels in a drawable.
The drawable can be a layer, layer mask or channel.Color Clip works similarly to the GIMP's built-in tool Normalize (`Colors -> Auto -> Normalize`), except that the black and white clip percentages are adjustable.
In fact, Color Clip with the percentages set to 0% achieves the same effect as Normalize.Installation
------------GIMP 2.10 is required.
1. In GIMP, locate the folder containing GIMP plug-ins - open GIMP and go to Edit → Preferences → Folders → Plug-Ins.
2. Copy the `color_clip` folder inside one of the folders identified in step 1.For Windows, make sure you have GIMP installed with support for Python scripting.
For Linux, make sure you use a GIMP installation bundled as Flatpak (which can be downloaded from the [official GIMP page](https://www.gimp.org/downloads/)) or AppImage.
For macOS, make sure you have Python 2.7 installed.
Usage
-----Open an image in GIMP, select `Colors -> Color Clip...` and adjust the clip percentages as desired.
Example
-------Original (left) and with Color Clip applied with 5% white clip and 5% black clip (right):

Support
-------You can report issues, ask questions or request new features on the [GitHub issues page](https://github.com/kamilburda/gimp-color-clip/issues).
License
-------Color Clip is licensed under the [BSD 3-Clause](LICENSE) license.