| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 4,788
» Latest member: mge56s
» Forum threads: 7,880
» Forum posts: 42,906
Full Statistics
|
| Latest Threads |
Working with layers - a h...
Forum: General questions
Last Post: sallyanne
9 hours ago
» Replies: 5
» Views: 1,209
|
pl_hexgrid for GIMP 3 has...
Forum: Extending the GIMP
Last Post: Scallact
Yesterday, 02:42 PM
» Replies: 0
» Views: 94
|
Mousewheel Zoom behavior
Forum: General questions
Last Post: rich2005
Yesterday, 08:18 AM
» Replies: 8
» Views: 371
|
75 Unix commands in Windo...
Forum: Watercooler
Last Post: denzjos
Yesterday, 06:59 AM
» Replies: 0
» Views: 113
|
Meaning of scissors symbo...
Forum: General questions
Last Post: rich2005
06-04-2026, 07:52 PM
» Replies: 1
» Views: 159
|
DOSBox release 4 December...
Forum: Other graphics software
Last Post: denzjos
06-03-2026, 07:56 AM
» Replies: 3
» Views: 3,787
|
question about "Batch Ima...
Forum: General questions
Last Post: rich2005
06-03-2026, 07:21 AM
» Replies: 4
» Views: 558
|
Excessive color values in...
Forum: General questions
Last Post: rich2005
06-01-2026, 08:23 AM
» Replies: 3
» Views: 362
|
back in time : C=64
Forum: Other graphics software
Last Post: denzjos
05-31-2026, 09:01 AM
» Replies: 3
» Views: 5,185
|
gimp-file-load not workin...
Forum: Scripting questions
Last Post: Alb.gimp
05-30-2026, 02:21 PM
» Replies: 0
» Views: 215
|
|
|
| Accessing last applied Auto Levels from a script |
|
Posted by: BigMackCam - 04-08-2024, 09:07 AM - Forum: Extending the GIMP
- Replies (4)
|
 |
Hi all
I'm new to writing GIMP scripts, and relatively new to python, but slowly I'm beginning to make progress with python-fu and simple script development.
I have a process I'm currently performing manually on a regular basis, and I'd like to create a script to automate it. The manual process is as follows:
1. Select an area of the image
2. Perform Auto Levels (Colors -> Levels -> Auto Input Levels)
3. Undo Levels
4. Select all of the image
5. Re-apply the previous levels (Filters -> Repeat Levels)
In scripting the above, I've got as far as step 4 successfully - but for step 5 I'm stuck, as I can't find any procedure in the pdb that lets me re-apply the previous levels. After a bit of searching online, I found that GIMP writes these values to a GimpLevelsConfig.settings file in the AppData\Roaming\GIMP\2.10\Filters directory (on my installation, at least) - and if I look in this file, I can indeed see the levels last applied... but I can't find any procedure that will let me retrieve the values.
So... my questions to the esteemed and knowledgeable python scripters here are:
1. Is there a way to call the Filters -> Repeat Levels function via an existing internal GIMP procedure?
2. If "no" to the above, is there a way to access the levels values last applied without resorting to the "GimpLevelsConfig.settings" file?
3. If "no" to the above, is there a way of reading the file via one or more existing internal GIMP procedures?
4. If "no" to the above, (a) how do I obtain the directory for the file (in case it's configured differently across versions and platforms), and (b) can anyone help me with guidance on reading and parsing the file to a set of variables?
Any assistance for this rank novice would be greatly appreciated. Thanks in advance!
Mike
PS. Sorry, I forgot to mention, I'm running GIMP 2.10 on Windows, Ubuntu and Fedora environments...
|
|
|
| Selective color PS to GIMP |
|
Posted by: Krikor - 04-05-2024, 12:43 AM - Forum: General questions
- Replies (5)
|
 |
Hello, I would like to know if there is something in Gimp that comes close to what is seen in the shoot screens below (taken from a PS tutorial video)
In the video tutorial this step is called "Add selective color adjustment".
What I could understand is that:
First the red color was selected and then the Magenta color slider slid to the right (increasing the green, I think);
Then the color yellow was selected, and the same slider was adjusted slightly to the right again.
I looked in the Gimp menus and even in G'MIC but I didn't find anything like it - something that fixes a color and adjusts the colors in the CMYK standard.
How could I do this tutorial step using Gimp?
Thx.
|
|
|
|