| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Excessive color values in...
Forum: General questions
Last Post: egrivel
1 hour ago
» Replies: 0
» Views: 25
|
back in time : C=64
Forum: Other graphics software
Last Post: denzjos
8 hours ago
» Replies: 3
» Views: 5,122
|
gimp-file-load not workin...
Forum: Scripting questions
Last Post: Alb.gimp
Yesterday, 02:21 PM
» Replies: 0
» Views: 104
|
Align only selects Canvas...
Forum: General questions
Last Post: rich2005
Yesterday, 01:08 PM
» Replies: 7
» Views: 256
|
Welcome Screen Colour The...
Forum: Windows
Last Post: Jon
05-27-2026, 11:24 AM
» Replies: 9
» Views: 551
|
Switch tools from Text to...
Forum: General questions
Last Post: rich2005
05-27-2026, 08:04 AM
» Replies: 4
» Views: 673
|
Lumi-o
Forum: Alternate Gimp packagings
Last Post: pixelmixer
05-26-2026, 05:17 PM
» Replies: 0
» Views: 187
|
Artbox Autosave
Forum: Alternate Gimp packagings
Last Post: pixelmixer
05-26-2026, 04:49 PM
» Replies: 1
» Views: 1,865
|
Why is the Move tool movi...
Forum: Tutorials and tips
Last Post: rich2005
05-25-2026, 01:23 PM
» Replies: 3
» Views: 5,981
|
Batcher - Batch Image Pro...
Forum: Extending the GIMP
Last Post: rich2005
05-24-2026, 04:24 PM
» Replies: 11
» Views: 17,997
|
|
|
| macbook lag with 2.10.34 (version1) |
|
Posted by: labam003 - 07-08-2023, 12:40 AM - Forum: General questions
- Replies (2)
|
 |
Hi, I'm trying to improve the laggy performance, in particular lag related to my Wacom pen. I read previous threads about "hardware acceleration" in "playground" but was not able to find in system resources. Not sure what the best solve here is.
Thank you so much for any help or suggestions.
|
|
|
| Terminate for loop in console |
|
Posted by: pwiecek56 - 07-04-2023, 03:55 PM - Forum: Scripting questions
- Replies (7)
|
 |
I'm trying to learn python scripting. I'm working in the Python-fu console
How do I terminate a loop?
example:
#############################
list = gimp.image_list()
for x in list:
pdb.gimp_image_delete(x)
list
#############################
No matter what I try, the console tries to include the next line in the loop
|
|
|
| Open source auto photo enhancement |
|
Posted by: danboid - 07-02-2023, 04:40 PM - Forum: Other graphics software
- Replies (8)
|
 |
My dad has used a program called Ashampoo Photo Optimizer under Windows for several years to batch process photos to (usually) make them look slightly better with zero effort on his behalf.
We've both had a search but we've been unable to find a similar open source program for Linux. Imagemagick has this command:
Code:
convert inputfile -channel rgb -auto-level outputfile
but that doesn't really do anything to enhance the image at all.
Is there a plugin for GIMP that can be combined with something like BIMP to auto batch enhance photos or does anyone know of a FOSS program might be a suitable replacement for Ashampoo Photo Optimizer?
|
|
|
|