Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 4,621
» Latest member: NLOGu
» Forum threads: 7,487
» Forum posts: 40,872
Full Statistics
|
Latest Threads |
AIGoR - Artificial Image ...
Forum: Other graphics software
Last Post: vitforlinux
10 hours ago
» Replies: 12
» Views: 3,726
|
Is This Possible ? Print ...
Forum: General questions
Last Post: sallyanne
Today, 07:47 AM
» Replies: 4
» Views: 136
|
Gimp Crash
Forum: Gimp 2.99 & Gimp 3.0
Last Post: rich2005
Today, 07:16 AM
» Replies: 1
» Views: 100
|
producing an image
Forum: Gallery
Last Post: MJ Barmish
Yesterday, 06:37 PM
» Replies: 0
» Views: 81
|
Gimp closes automatically
Forum: General questions
Last Post: rich2005
Yesterday, 04:19 PM
» Replies: 1
» Views: 128
|
GIMP 3.x: Editing a pdf
Forum: General questions
Last Post: rich2005
Yesterday, 03:20 PM
» Replies: 1
» Views: 97
|
Color is not translating ...
Forum: General questions
Last Post: Ofnuts
Yesterday, 06:37 AM
» Replies: 1
» Views: 125
|
3.0.4 Crashes when drag a...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: kayalif
Yesterday, 06:23 AM
» Replies: 9
» Views: 477
|
how to change default pas...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: CmykStudent
Yesterday, 04:03 AM
» Replies: 25
» Views: 12,099
|
CMYK color mode Gimp 2.10
Forum: Extending the GIMP
Last Post: rich2005
07-14-2025, 08:30 PM
» Replies: 18
» Views: 81,950
|
|
|
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
|
|
|
|