| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 4,785
» Latest member: ThomasNL
» Forum threads: 7,878
» Forum posts: 42,901
Full Statistics
|
| Latest Threads |
Meaning of scissors symbo...
Forum: General questions
Last Post: rich2005
42 minutes ago
» Replies: 1
» Views: 32
|
Mousewheel Zoom behavior
Forum: General questions
Last Post: rich2005
2 hours ago
» Replies: 7
» Views: 216
|
DOSBox release 4 December...
Forum: Other graphics software
Last Post: denzjos
Yesterday, 07:56 AM
» Replies: 3
» Views: 3,758
|
question about "Batch Ima...
Forum: General questions
Last Post: rich2005
Yesterday, 07:21 AM
» Replies: 4
» Views: 517
|
Excessive color values in...
Forum: General questions
Last Post: rich2005
06-01-2026, 08:23 AM
» Replies: 3
» Views: 307
|
back in time : C=64
Forum: Other graphics software
Last Post: denzjos
05-31-2026, 09:01 AM
» Replies: 3
» Views: 5,174
|
gimp-file-load not workin...
Forum: Scripting questions
Last Post: Alb.gimp
05-30-2026, 02:21 PM
» Replies: 0
» Views: 188
|
Align only selects Canvas...
Forum: General questions
Last Post: rich2005
05-30-2026, 01:08 PM
» Replies: 7
» Views: 498
|
Welcome Screen Colour The...
Forum: Windows
Last Post: Jon
05-27-2026, 11:24 AM
» Replies: 9
» Views: 717
|
Switch tools from Text to...
Forum: General questions
Last Post: rich2005
05-27-2026, 08:04 AM
» Replies: 4
» Views: 740
|
|
|
| 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
|
|
|
|