| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,283
» Latest member: georgh12
» Forum threads: 7,897
» Forum posts: 42,856
Full Statistics
|
| Latest Threads |
Nik Collection Plug in
Forum: Extending the GIMP
Last Post: sallyanne
53 minutes ago
» Replies: 2
» Views: 101
|
GIMP on Android
Forum: General questions
Last Post: rich2005
1 hour ago
» Replies: 9
» Views: 25,705
|
Locally Installed Help is...
Forum: General questions
Last Post: georgh12
6 hours ago
» Replies: 4
» Views: 887
|
GIMP v3.2.4 failed to lau...
Forum: General questions
Last Post: denzjos
Yesterday, 06:22 AM
» Replies: 2
» Views: 207
|
logo for website profile ...
Forum: General questions
Last Post: BezierCurve
Yesterday, 03:52 AM
» Replies: 7
» Views: 1,007
|
.tif Unknown Filetype to ...
Forum: General questions
Last Post: ajax
05-11-2026, 02:12 AM
» Replies: 3
» Views: 284
|
Linear color profile not ...
Forum: General questions
Last Post: rich2005
05-10-2026, 08:09 AM
» Replies: 1
» Views: 205
|
Plugins & Scripts not fou...
Forum: General questions
Last Post: rich2005
05-10-2026, 07:45 AM
» Replies: 4
» Views: 431
|
new plugin colour grading...
Forum: Extending the GIMP
Last Post: rich2005
05-08-2026, 08:29 AM
» Replies: 5
» Views: 1,003
|
ExifToolGUI and ExifTool ...
Forum: Other graphics software
Last Post: denzjos
05-07-2026, 09:07 AM
» Replies: 14
» Views: 17,403
|
|
|
| Ctl click unresponsive on Ubuntu. |
|
Posted by: Dubser - 04-10-2024, 11:37 PM - Forum: General questions
- Replies (5)
|
 |
Hello,
I'm using Gimp 2.10 on Ubuntu 22.04.
Using the Clone tool the Ctl key is not detected by Gimp ( the Ctl Key is working elsewere.) this is rendering Gimp unusable un Ubuntu. The problem seems to be known for a long time, I do not find any workaround. Alt Caps lock, Ctl Alt do not work more.
Any help will be appreciated.
Serge
|
|
|
| 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...
|
|
|
|