Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 4,798
» Latest member: jowindo
» Forum threads: 7,601
» Forum posts: 41,422
Full Statistics
|
Latest Threads |
cannot find plu-gins in g...
Forum: General questions
Last Post: πk2
9 hours ago
» Replies: 3
» Views: 246
|
ora format... it really w...
Forum: General questions
Last Post: mrkid
Yesterday, 10:57 PM
» Replies: 3
» Views: 275
|
.pcd files issue?
Forum: OSX
Last Post: T1-Survivor
Yesterday, 09:45 PM
» Replies: 3
» Views: 509
|
Simplifying a path
Forum: Extending the GIMP
Last Post: Ofnuts
Yesterday, 03:17 PM
» Replies: 40
» Views: 35,580
|
"Gimp 2.99 & Gimp 3.0" fo...
Forum: Gimp-Forum.net
Last Post: Ofnuts
Yesterday, 03:12 PM
» Replies: 0
» Views: 237
|
Coincidence or not, that ...
Forum: Watercooler
Last Post: Krikor
Yesterday, 12:57 PM
» Replies: 2
» Views: 1,266
|
How do you make text circ...
Forum: General questions
Last Post: Krikor
Yesterday, 12:40 PM
» Replies: 13
» Views: 3,913
|
files missing after insta...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
09-16-2025, 03:58 PM
» Replies: 4
» Views: 635
|
Is there any version wher...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: HavingTooMuchFun
09-16-2025, 08:24 AM
» Replies: 2
» Views: 726
|
How do I uninstall GIMP 3...
Forum: Linux and other Unixen
Last Post: Ofnuts
09-15-2025, 07:02 AM
» Replies: 1
» Views: 535
|
|
|
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?
|
|
|
|