| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,161
» Latest member: DCW
» Forum threads: 7,827
» Forum posts: 42,500
Full Statistics
|
| Latest Threads |
Having trouble going from...
Forum: General questions
Last Post: rich2005
1 hour ago
» Replies: 1
» Views: 39
|
Horizons
Forum: General questions
Last Post: rich2005
1 hour ago
» Replies: 4
» Views: 198
|
Selecting more than one l...
Forum: General questions
Last Post: rich2005
2 hours ago
» Replies: 1
» Views: 85
|
Gimp 3.0 - How to draw st...
Forum: Scripting questions
Last Post: MrsP-from-C
4 hours ago
» Replies: 3
» Views: 243
|
Smudge tool not working
Forum: General questions
Last Post: RasterRanger
Yesterday, 10:33 AM
» Replies: 4
» Views: 446
|
A selection of old spoof-...
Forum: Gallery
Last Post: TumbleRocks
03-04-2026, 05:26 PM
» Replies: 10
» Views: 8,968
|
an iOS app that assists p...
Forum: Other graphics software
Last Post: zzh
03-04-2026, 07:19 AM
» Replies: 6
» Views: 1,448
|
Drawing Tablet for GIMP -...
Forum: General questions
Last Post: Mark C Kaye
03-03-2026, 05:51 PM
» Replies: 2
» Views: 397
|
brushes won't install, fo...
Forum: General questions
Last Post: MrsP-from-C
03-02-2026, 08:12 PM
» Replies: 2
» Views: 239
|
Gimp reverting document s...
Forum: General questions
Last Post: BrushWizard
03-02-2026, 03:25 PM
» Replies: 5
» Views: 3,994
|
|
|
| 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
|
|
|
|