| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
brushes won't install, fo...
Forum: General questions
Last Post: MrsP-from-C
Yesterday, 08:12 PM
» Replies: 2
» Views: 144
|
Gimp reverting document s...
Forum: General questions
Last Post: BrushWizard
Yesterday, 03:25 PM
» Replies: 5
» Views: 3,901
|
Monitoring a pixel's RGB ...
Forum: General questions
Last Post: BuddyEvoke
02-28-2026, 09:33 PM
» Replies: 3
» Views: 264
|
Monochrome png exports as...
Forum: General questions
Last Post: rich2005
02-27-2026, 09:51 PM
» Replies: 2
» Views: 229
|
re-coloured pixels hide c...
Forum: Extending the GIMP
Last Post: programmer_ceds
02-27-2026, 01:04 PM
» Replies: 3
» Views: 342
|
Wavelet-decompose doing m...
Forum: General questions
Last Post: JohnWilliams
02-26-2026, 07:46 AM
» Replies: 9
» Views: 5,375
|
Smudge tool not working
Forum: General questions
Last Post: sallyanne
02-26-2026, 12:51 AM
» Replies: 3
» Views: 338
|
Thank you for Gimp
Forum: Watercooler
Last Post: Sampollyt
02-25-2026, 12:38 PM
» Replies: 0
» Views: 169
|
RapidRAW
Forum: Other graphics software
Last Post: denzjos
02-25-2026, 07:40 AM
» Replies: 3
» Views: 1,092
|
Hiding Unwanted System Fo...
Forum: Extending the GIMP
Last Post: rich2005
02-24-2026, 10:05 AM
» Replies: 1
» Views: 288
|
|
|
| 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?
|
|
|
| A script solution requested: conversion from text-only pdf to pagewise image files |
|
Posted by: bkpsusmitaa - 07-01-2023, 02:33 AM - Forum: General questions
- Replies (10)
|
 |
I have a text-only pdf.
Can a GIMP batch script be designed to open one page at a time, in the increasing order of page numbering, save that page as a low-resolution image, say 50dpi with file name as Filename-PageNumber with a particular file extension of one colour, i.e., black and transparent?
Moreover, advice is also requested on
(1) Whether such files could be saved with .svg extension?
(2) The benefit of svg extension over bmp in this particular case please?
This question has been posted on the either of the gimp-forum.net and gimpchat.com.
Request to post all your suggestions on the gimp-forum.net as all of you are probably subscribed to the either fora, to avoid replication of efforts.
Apologies for posting on the either fora. Only for wider visibility.
Best wishes
|
|
|
|