| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
GIMP 3.0 RC: Text Tool fo...
Forum: General questions
Last Post: CmykStudent_
Yesterday, 09:08 PM
» Replies: 5
» Views: 327
|
Background - Foreground -...
Forum: General questions
Last Post: MrsP-from-C
Yesterday, 05:31 PM
» Replies: 5
» Views: 344
|
French Translation issues
Forum: General questions
Last Post: CmykStudent_
Yesterday, 02:15 PM
» Replies: 1
» Views: 125
|
Suggestion on the UI Sele...
Forum: General questions
Last Post: SylDer
Yesterday, 08:22 AM
» Replies: 0
» Views: 102
|
GIMP 3 - Social Media Res...
Forum: Extending the GIMP
Last Post: rich2005
04-06-2026, 07:30 AM
» Replies: 1
» Views: 175
|
Export issue
Forum: General questions
Last Post: denzjos
04-06-2026, 07:08 AM
» Replies: 1
» Views: 235
|
Text defaults
Forum: General questions
Last Post: rich2005
04-05-2026, 04:24 PM
» Replies: 3
» Views: 299
|
Tool Presets
Forum: Tutorials and tips
Last Post: sallyanne
04-05-2026, 01:30 PM
» Replies: 0
» Views: 145
|
Resolution for EPS files
Forum: General questions
Last Post: rich2005
04-05-2026, 10:48 AM
» Replies: 2
» Views: 210
|
an iOS app that assists p...
Forum: Other graphics software
Last Post: zzh
04-04-2026, 03:25 PM
» Replies: 7
» Views: 1,802
|
|
|
| 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?
|
|
|
|