| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Background - Foreground -...
Forum: General questions
Last Post: saint_m
9 hours ago
» Replies: 6
» Views: 384
|
GIMP 3.0 RC: Text Tool fo...
Forum: General questions
Last Post: Scallact
Yesterday, 01:22 PM
» Replies: 6
» Views: 444
|
French Translation issues
Forum: General questions
Last Post: CmykStudent_
04-07-2026, 02:15 PM
» Replies: 1
» Views: 153
|
Suggestion on the UI Sele...
Forum: General questions
Last Post: SylDer
04-07-2026, 08:22 AM
» Replies: 0
» Views: 124
|
GIMP 3 - Social Media Res...
Forum: Extending the GIMP
Last Post: rich2005
04-06-2026, 07:30 AM
» Replies: 1
» Views: 201
|
Export issue
Forum: General questions
Last Post: denzjos
04-06-2026, 07:08 AM
» Replies: 1
» Views: 252
|
Text defaults
Forum: General questions
Last Post: rich2005
04-05-2026, 04:24 PM
» Replies: 3
» Views: 349
|
Tool Presets
Forum: Tutorials and tips
Last Post: sallyanne
04-05-2026, 01:30 PM
» Replies: 0
» Views: 170
|
Resolution for EPS files
Forum: General questions
Last Post: rich2005
04-05-2026, 10:48 AM
» Replies: 2
» Views: 255
|
an iOS app that assists p...
Forum: Other graphics software
Last Post: zzh
04-04-2026, 03:25 PM
» Replies: 7
» Views: 1,815
|
|
|
| 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?
|
|
|
|