| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Gimp 3 path tool auto con...
Forum: General questions
Last Post: MrsP-from-C
Today, 10:50 AM
» Replies: 7
» Views: 453
|
plugin-py3-export-all
Forum: Extending the GIMP
Last Post: CowboyJoe
Today, 06:38 AM
» Replies: 0
» Views: 86
|
Numerous issues with 3.0+...
Forum: General questions
Last Post: rich2005
Yesterday, 09:51 PM
» Replies: 2
» Views: 156
|
How to transform a layer ...
Forum: General questions
Last Post: stacash
Yesterday, 08:47 PM
» Replies: 10
» Views: 656
|
How to make contours in G...
Forum: General questions
Last Post: denzjos
11-23-2025, 07:10 PM
» Replies: 2
» Views: 199
|
Has anyone tried getting ...
Forum: Extending the GIMP
Last Post: vitforlinux
11-22-2025, 04:32 PM
» Replies: 2
» Views: 304
|
What exactly tutorials ar...
Forum: General questions
Last Post: sallyanne
11-22-2025, 06:44 AM
» Replies: 6
» Views: 649
|
Gimp 3.0.6 Python plug-in...
Forum: Scripting questions
Last Post: Scallact
11-21-2025, 09:15 PM
» Replies: 8
» Views: 405
|
Beginner question on Laye...
Forum: General questions
Last Post: sallyanne
11-21-2025, 01:42 AM
» Replies: 2
» Views: 302
|
Issue with Gradient Flare...
Forum: General questions
Last Post: ldd2
11-19-2025, 10:24 PM
» Replies: 5
» Views: 431
|
|
|
| My Color to Alpha options have vanished! |
|
Posted by: HavingTooMuchFun - 07-08-2023, 04:04 AM - Forum: Older Gimp versions (2.8, 2.6....)
- Replies (3)
|
 |
Color to Alpha on this older Gimp had always had multiple options; foreground, background, black, white, and a thing to click to choose a specific color. Nothing has been updated or otherwise changed on my computer, and I haven't done anything to Gimp either, but suddenly, Color to Alpha ONLY gives me the thing to click to choose a specific color, the other options have just VANISHED! I use these options a lot in my art, and they appear to not exist in the current Gimp… the controls are so complex that I can't be sure, lol… so I really need my previous options back! Can anyone tell me how to do that… and/or, how my options vanished in the first place? Thanks!
|
|
|
| macbook lag with 2.10.34 (version1) |
|
Posted by: labam003 - 07-08-2023, 12:40 AM - Forum: General questions
- Replies (2)
|
 |
Hi, I'm trying to improve the laggy performance, in particular lag related to my Wacom pen. I read previous threads about "hardware acceleration" in "playground" but was not able to find in system resources. Not sure what the best solve here is.
Thank you so much for any help or suggestions.
|
|
|
| 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
|
|
|
|