| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,158
» Latest member: defanti
» Forum threads: 7,824
» Forum posts: 42,488
Full Statistics
|
| Latest Threads |
Gimp 3.0 - How to draw st...
Forum: Scripting questions
Last Post: programmer_ceds
Yesterday, 12:49 PM
» Replies: 1
» Views: 156
|
A selection of old spoof-...
Forum: Gallery
Last Post: TumbleRocks
03-04-2026, 05:26 PM
» Replies: 10
» Views: 8,893
|
an iOS app that assists p...
Forum: Other graphics software
Last Post: zzh
03-04-2026, 07:19 AM
» Replies: 6
» Views: 1,407
|
Drawing Tablet for GIMP -...
Forum: General questions
Last Post: Mark C Kaye
03-03-2026, 05:51 PM
» Replies: 2
» Views: 365
|
brushes won't install, fo...
Forum: General questions
Last Post: MrsP-from-C
03-02-2026, 08:12 PM
» Replies: 2
» Views: 203
|
Gimp reverting document s...
Forum: General questions
Last Post: BrushWizard
03-02-2026, 03:25 PM
» Replies: 5
» Views: 3,957
|
Monitoring a pixel's RGB ...
Forum: General questions
Last Post: BuddyEvoke
02-28-2026, 09:33 PM
» Replies: 3
» Views: 313
|
Monochrome png exports as...
Forum: General questions
Last Post: rich2005
02-27-2026, 09:51 PM
» Replies: 2
» Views: 285
|
re-coloured pixels hide c...
Forum: Extending the GIMP
Last Post: programmer_ceds
02-27-2026, 01:04 PM
» Replies: 3
» Views: 396
|
Wavelet-decompose doing m...
Forum: General questions
Last Post: JohnWilliams
02-26-2026, 07:46 AM
» Replies: 9
» Views: 5,452
|
|
|
| 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?
|
|
|
|