Posts: 5
Threads: 1
Joined: Jul 2019
Reputation:
0
Operating system(s):
- Windows (Vista and later)
Gimp version: Don't know yet
07-09-2019, 07:16 PM
(This post was last modified: 07-09-2019, 07:17 PM by SlyCooperReloadCoded.)
I've been working on a few projects that involve applying the same changes to lots (hundreds or even thousands) of PNG images. I need to keep the exact same file names, keep them as PNG, and make the exact same changes to all of them.
It would be really helpful if I could easily apply these changes to all of the PNG images at once. Is there any way to do this without having to watch hours of scripting tutorials or any other convoluted processes?
Posts: 5
Threads: 1
Joined: Jul 2019
Reputation:
0
Operating system(s):
- Windows (Vista and later)
Gimp version: Don't know yet
I want to turn Hue-Chroma down to 0, then apply some Color Balance changes.
Posts: 5
Threads: 1
Joined: Jul 2019
Reputation:
0
Operating system(s):
- Windows (Vista and later)
Gimp version: Don't know yet
What about just inverting all the colors? Colors > Invert? Is there a way to automate that?
Posts: 5
Threads: 1
Joined: Jul 2019
Reputation:
0
Operating system(s):
- Windows (Vista and later)
Gimp version: Don't know yet
Okay, I'll go into more detail. I'm making a texture pack for a game using the Dolphin emulator's texture dumping/loading feature. That's why I need the file names and file extensions the same.
Here's the process I want to apply to each texture:
1. Open the "Hue-Chroma" menu and set Chroma to -100.
2. Open the "Color Balance" menu and set:
- Cyan (-35)
- Magenta (-100)
3. Select "Overwrite [filename].png".
I've found that this gives me the effect I want, is there any way to automate this while keeping the filenames and file extensions the same? At this point I'm willing to set up a script if necessary.