Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
files missing after insta...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
2 hours ago
» Replies: 4
» Views: 312
|
Simplifying a path
Forum: Extending the GIMP
Last Post: Infinimitsu
5 hours ago
» Replies: 39
» Views: 35,010
|
Is there any version wher...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: HavingTooMuchFun
10 hours ago
» Replies: 2
» Views: 472
|
.pcd files issue?
Forum: OSX
Last Post: rich2005
11 hours ago
» Replies: 1
» Views: 147
|
How do I uninstall GIMP 3...
Forum: Linux and other Unixen
Last Post: Ofnuts
Yesterday, 07:02 AM
» Replies: 1
» Views: 317
|
AI Gimp Plugins
Forum: Watercooler
Last Post: merlilderman
09-14-2025, 04:16 PM
» Replies: 21
» Views: 68,840
|
How to make a watermark o...
Forum: General questions
Last Post: kyolim
09-13-2025, 10:05 PM
» Replies: 5
» Views: 14,430
|
Linux command that does e...
Forum: Other graphics software
Last Post: rich2005
09-13-2025, 06:06 PM
» Replies: 1
» Views: 690
|
reliable Gimp 2.10.38 dow...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
09-13-2025, 05:20 PM
» Replies: 2
» Views: 592
|
Batch Color Saturation
Forum: Extending the GIMP
Last Post: rich2005
09-13-2025, 07:53 AM
» Replies: 15
» Views: 12,289
|
|
|
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
|
|
|
Apologies for joining two forums on gimp |
Posted by: bkpsusmitaa - 06-30-2023, 02:44 PM - Forum: Gimp-Forum.net
- Replies (4)
|
 |
I am not sure what I was drinking, though I never drink alcohol. May be my system creates alcohol for feeding my brain on some occasions.
We have a very sensitive forum that says, "Your post looks too spamy for a new user, please remove off-site URLs.". So I had to alter my approach.
The g i m p c h a t d o t c o m forum I joined on 4th April 2017 and the and the g i m p - f o r u m d o t n e t forum on 8th June 2021. I still can't figure out why I joined the two forums.
One person, common to both the forums, had helped me immensely and I admire him. Thank you, rich2005! He is a member there and an administrator here.
If the either forums are cross-connected, may I please be removed from one and my posts from the either forums be merged into the other.
I will post the same thread there too.
Please also advise as to which forums should I stick to. I don't want to waste your uniquely powerful Neural Networks, a very precious resource indeed!
My apologies.
|
|
|
edit colour on all layers at once |
Posted by: djdstroy - 06-30-2023, 01:12 PM - Forum: General questions
- Replies (1)
|
 |
Hi everyone.
im in the process of creating a project. and i have 100's of laters...
and id like to change the grey colour i used in all of the layers and change it to a more black colour.
is there a way to find and replace all those greys on all layers and change them all at once?
any help would be great.
thanks
|
|
|
|