![]() |
Batch Color Saturation - Printable Version +- Gimp-Forum.net (https://www.gimp-forum.net) +-- Forum: GIMP (https://www.gimp-forum.net/Forum-GIMP) +--- Forum: Extending the GIMP (https://www.gimp-forum.net/Forum-Extending-the-GIMP) +--- Thread: Batch Color Saturation (/Thread-Batch-Color-Saturation) Pages:
1
2
|
RE: Batch Color Saturation - firefly - 08-11-2021 (08-11-2021, 04:09 PM)rich2005 Wrote:Quote:... Now, when I put the file in C:\Users\"yourname"\AppData\Roaming\GIMP\2.10\plug-ins it doesn't show up in the Tool menu or the Batch Image Manipulation menu. Is there another step to make it show up? Do I need to reboot (Windows 10)? I did not edit your file, just put it in C:\Users\kidderj\AppData\Roaming\GIMP\2.10\plug-ins I don't get why I don't see it in the menu? (08-11-2021, 04:09 PM)rich2005 Wrote:Quote:... Now, when I put the file in C:\Users\"yourname"\AppData\Roaming\GIMP\2.10\plug-ins it doesn't show up in the Tool menu or the Batch Image Manipulation menu. Is there another step to make it show up? Do I need to reboot (Windows 10)? I did unzip it and opened it in Notepad ++ but still no menu item. RE: Batch Color Saturation - firefly - 08-11-2021 (08-11-2021, 04:09 PM)rich2005 Wrote:Quote:... Now, when I put the file in C:\Users\"yourname"\AppData\Roaming\GIMP\2.10\plug-ins it doesn't show up in the Tool menu or the Batch Image Manipulation menu. Is there another step to make it show up? Do I need to reboot (Windows 10)? I was able to get it to work by uninstalling and reinstalling the same version of GIMP 2.10.24, no changes to the .py file. Thanks for all your help! RE: Batch Color Saturation - PixLab - 08-12-2021 (08-11-2021, 03:54 PM)firefly Wrote: from what I have read it is better to use saturation, i think it is different. Tried again today with a more "serious" gradient-chart and white writing on black BG A neutral for you, if you want to try [attachment=6519] Color>Saturation quickly bleed out on the white writing especially in the cyan and green (scale up to 2), but all colors will bleed on the white when pushed hardly (scale ➤ 2) Color> Hue Saturation seems to be a proper one as at equivalent saturation (full throttle in the Hue-Saturation window) cyan and green are not bleeding out When I said a proper one -> it seems to be... but rich2005 got the point when he says "I guess it is all in the eye of the beholder" ![]() RE: Batch Color Saturation - iSamurai - 06-15-2022 (08-11-2021, 08:40 AM)rich2005 Wrote: @ firefly Hey, just wanted to say thanks for writing this plugin up! (08-12-2021, 03:04 AM)PixLab Wrote:(08-11-2021, 03:54 PM)firefly Wrote: from what I have read it is better to use saturation, i think it is different. The GIMP manual has a link to this page explaining why there is a difference: https://ninedegreesbelow.com/photography/changing-saturation-using-lch-chroma.html RE: Batch Color Saturation - firefly - 09-13-2025 (08-10-2021, 08:47 PM)firefly Wrote:(08-10-2021, 07:54 PM)rich2005 Wrote:(08-10-2021, 04:55 PM)firefly Wrote: How do I do batch Color Saturation? I don't see an option in the Batch Manipulation menu and I don't want to use Hue Saturation. Hi Rich2005, are you aware of a batch color saturation plugin for GIMP 3.10? When I upgraded I lost the batch menu item. Thanks. RE: Batch Color Saturation - rich2005 - 09-13-2025 (09-13-2025, 12:07 AM)firefly Wrote: ...snip... There is the Batcher python plugin for Gimp 3. https://github.com/kamilburda/batcher Download is there + a few screenshots. Installed it adds several new entries in the File menu, and which one you use depends on purpose. Saved image files or maybe a stack of layers open in Gimp. Assuming a set of image files, different sizes and maybe different formats. Use one of the images to determine a suitable value for Colors -> Saturation. To get you started, it might go like this: File -> Batch Convert [attachment=13901] (1) This is where the saturated images end up Folder / new name / format. (2) Add files or folders for the images to process. (3) Add Procedure -> Add Custom Procedure. (4) Search for the filter you want to use, in this case the GEGL saturation. Enter the parameter(s) you determined at the beginning and then Add. ..If you need more filters repeat that process. All being well, you can run that and get a new set of images. (Always keep the originals in case of screw-ups) If it is a stack of layers open in Gimp, the process is the same except the Batcher menu item to use is File -> Edit Layers and the effect is applied in place. |