I installed the BIMP plugin for batch conversion (I have 1500 files to convert!!), but I'm having trouble doing what I want to do.
I need three changes:
1) A change to the value curve with two points added to the curve:
- Input 5 and Output 40
- Input 220 and Output 235
2) Saturation increased to 1.200
3) Contrast increased to 10
It's easy to do the contrast change, as that is quite easy to access through the BIMP plugin, but I have no idea how to do the other two changes! Can anyone help me? Thanks in advance!
I have checked this in a Win10 / Gimp 2.10.32 and it seems to work. Too many attachments, so screenshots are in the attached PDF. Two additional plugins required gegl_command.py and for_gegl.py (in the attached zip). That last one contains the gegl command saturation scale=1.2 Change that if you need more/less saturation. They go in your Gimp plugins folder.
Reference that PDF
(1) Make your adjusted color-curve and export as a file. Any old file name will do.
Use that file in the BIMP Color correction "Change color correction from settings file"
(2) Use Other Gimp procedure. Search for gegl. Use the python-fu-run-gegl entry. There are no parameters.
(3) Use Other Gimp procedure. gimp-brightness-contrast. It is deprecated but that is the one for a contrast=10 setting.
This set of operations is slow here, gegl to blame, try it out on one or two images first before setting loose on hundreds.
...and you see I disabled the old saturation operation (the # ) and added the exposure setting.
You can un-comment and run the two (or more if you add them) gegl commands
You can edit values yourself and with a bit of research add new commands see: https://gegl.org/operations/
I have just given a quick test and that is a very small colour change