| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,254
» Latest member: MurilloR
» Forum threads: 7,878
» Forum posts: 42,772
Full Statistics
|
| Latest Threads |
GIMP 3.2 in the User CP
Forum: Gimp-Forum.net
Last Post: PixLab
1 hour ago
» Replies: 0
» Views: 18
|
Gimp-Forum.net has not be...
Forum: Gimp-Forum.net
Last Post: PixLab
1 hour ago
» Replies: 14
» Views: 1,184
|
key-mon don't want to ins...
Forum: Watercooler
Last Post: PixLab
3 hours ago
» Replies: 4
» Views: 189
|
Transform Handles hard to...
Forum: General questions
Last Post: rich2005
Yesterday, 08:23 AM
» Replies: 3
» Views: 205
|
Gimp V.3.2.x No Batch Edi...
Forum: General questions
Last Post: Taggs
04-28-2026, 01:42 PM
» Replies: 3
» Views: 227
|
Gradient issue on large i...
Forum: General questions
Last Post: rich2005
04-28-2026, 08:32 AM
» Replies: 7
» Views: 460
|
Scanner menu missing
Forum: General questions
Last Post: rich2005
04-27-2026, 08:13 AM
» Replies: 11
» Views: 1,597
|
How to create custom comp...
Forum: General questions
Last Post: denzjos
04-26-2026, 05:23 PM
» Replies: 3
» Views: 284
|
Rotating a layer against ...
Forum: General questions
Last Post: sallyanne
04-26-2026, 07:19 AM
» Replies: 11
» Views: 1,296
|
Beginner question - setti...
Forum: General questions
Last Post: nmw01223
04-25-2026, 08:31 AM
» Replies: 8
» Views: 1,008
|
|
|
| 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?
|
|
|
|