| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 4,869
» Latest member: Rustler
» Forum threads: 7,932
» Forum posts: 43,171
Full Statistics
|
| Latest Threads |
Picture Repair
Forum: General questions
Last Post: TeckyWalla
Yesterday, 03:26 PM
» Replies: 5
» Views: 238
|
image - on a website - an...
Forum: General questions
Last Post: MrsP-from-C
Yesterday, 03:01 PM
» Replies: 2
» Views: 120
|
Where are the plugins whe...
Forum: Linux and other Unixen
Last Post: phobby
Yesterday, 06:13 AM
» Replies: 12
» Views: 1,103
|
Hi, I'm new here, and I'd...
Forum: Extending the GIMP
Last Post: el1an
07-25-2026, 11:39 PM
» Replies: 2
» Views: 130
|
some legacy gimp smc scri...
Forum: Extending the GIMP
Last Post: jkbzh
07-25-2026, 01:03 PM
» Replies: 0
» Views: 124
|
want to combine some of t...
Forum: General questions
Last Post: sallyanne
07-25-2026, 08:59 AM
» Replies: 3
» Views: 168
|
Python-Fu Gimp 3.2.4. Get...
Forum: Extending the GIMP
Last Post: Scallact
07-23-2026, 04:32 PM
» Replies: 10
» Views: 511
|
AI Agent Goes Rogue And H...
Forum: Watercooler
Last Post: Tas_mania
07-22-2026, 11:01 AM
» Replies: 0
» Views: 214
|
Can't move or transform l...
Forum: General questions
Last Post: rich2005
07-20-2026, 07:12 PM
» Replies: 1
» Views: 281
|
England or Argentina to p...
Forum: Watercooler
Last Post: Tas_mania
07-19-2026, 10:28 PM
» Replies: 11
» Views: 824
|
|
|
| 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
|
|
|
|