| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 4,822
» Latest member: aryan
» Forum threads: 7,901
» Forum posts: 43,020
Full Statistics
|
| Latest Threads |
Theming 3.2 ( in my case ...
Forum: Installation and usage
Last Post: bluedxca93
3 hours ago
» Replies: 6
» Views: 207
|
Remove error created Temp...
Forum: General questions
Last Post: rich2005
3 hours ago
» Replies: 1
» Views: 64
|
How would I be able to be...
Forum: General questions
Last Post: sallyanne
4 hours ago
» Replies: 5
» Views: 182
|
Color picker doesn't refl...
Forum: General questions
Last Post: CmykStudent_
Yesterday, 07:20 PM
» Replies: 6
» Views: 1,524
|
gimp removes transparency...
Forum: General questions
Last Post: saint_m
Yesterday, 12:48 PM
» Replies: 5
» Views: 8,538
|
Converting python plugin-...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: DerPit
Yesterday, 09:36 AM
» Replies: 67
» Views: 58,436
|
opening the image leads t...
Forum: General questions
Last Post: saint_m
06-22-2026, 01:12 PM
» Replies: 7
» Views: 337
|
Fine-tuning GIMP performa...
Forum: General questions
Last Post: Tas_mania
06-22-2026, 10:15 AM
» Replies: 2
» Views: 169
|
How to restore tool docks...
Forum: General questions
Last Post: MaxClifton
06-22-2026, 06:47 AM
» Replies: 4
» Views: 806
|
Requesting testers for CM...
Forum: General questions
Last Post: Malsasa
06-21-2026, 03:31 PM
» Replies: 13
» Views: 2,147
|
|
|
| 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
|
|
|
|