Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
files missing after insta...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
4 hours ago
» Replies: 4
» Views: 321
|
Simplifying a path
Forum: Extending the GIMP
Last Post: Infinimitsu
7 hours ago
» Replies: 39
» Views: 35,058
|
Is there any version wher...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: HavingTooMuchFun
Today, 08:24 AM
» Replies: 2
» Views: 488
|
.pcd files issue?
Forum: OSX
Last Post: rich2005
Today, 07:49 AM
» Replies: 1
» Views: 156
|
How do I uninstall GIMP 3...
Forum: Linux and other Unixen
Last Post: Ofnuts
Yesterday, 07:02 AM
» Replies: 1
» Views: 334
|
AI Gimp Plugins
Forum: Watercooler
Last Post: merlilderman
09-14-2025, 04:16 PM
» Replies: 21
» Views: 68,871
|
How to make a watermark o...
Forum: General questions
Last Post: kyolim
09-13-2025, 10:05 PM
» Replies: 5
» Views: 14,443
|
Linux command that does e...
Forum: Other graphics software
Last Post: rich2005
09-13-2025, 06:06 PM
» Replies: 1
» Views: 703
|
reliable Gimp 2.10.38 dow...
Forum: Older Gimp versions (2.8, 2.6....)
Last Post: denzjos
09-13-2025, 05:20 PM
» Replies: 2
» Views: 607
|
Batch Color Saturation
Forum: Extending the GIMP
Last Post: rich2005
09-13-2025, 07:53 AM
» Replies: 15
» Views: 12,305
|
|
|
Python-fu: add more user input dialogs? |
Posted by: ChameleonScales - 02-09-2021, 08:40 PM - Forum: Scripting questions
- Replies (5)
|
 |
Apart from the dialog that you define in register() and the gimp.message command (which doesn't allow for any user input), I don't know if Gimp's api provides a way to pop a dialog to, say, ask for confirmation about something or provide other sliders, spinners, etc based on what you selected in the main plug'in's dialog.
Do we have to revert to other python libraries like zenity or GTK?
|
|
|
Unable to close a path on Mac OS |
Posted by: fricciardi - 02-08-2021, 06:46 PM - Forum: General questions
- Replies (4)
|
 |
thanks for any help, I have been at this for days looking for an answer.
I cant close a path on Mac OS Gimp 2.10. COMMAND click just brings up the right click menu.
How do you close a path so you can stroke it on Mac OS?
TIA
F
|
|
|
What does a layer's "tattoo" mean? |
Posted by: ChameleonScales - 02-08-2021, 01:01 PM - Forum: Extending the GIMP
- Replies (4)
|
 |
in the python-fu api, there is this "get-layer-by-tattoo" command.
I found no information on the internet about what that "tattoo" is.
Could anyone clarify?
PS: forgot to add this thread inside the "Scripting questions" subcategory. In don't know if I can move it there myself.
|
|
|
Alpha channel use in gimp (paint on it) |
Posted by: majorfatal - 02-08-2021, 10:47 AM - Forum: General questions
- Replies (4)
|
 |
Hello,
I'm beginner to the gimp and come from photoshop.
I'll would like to know how change the color of the alpha channel.
I"ll would like to paste a color into or paint on it.
How I'll could do it?
In photoshop it was simple I'll make an image in grey >ctrl C >ctrl v in alpha channel.
Ill would like to do the same but it seems impossible to edit the alpha!
I'll work mainly in video game and need to use Alpha channel.
In fact I'll don't care there is an alpha on alpha channel I'll just want to copy a grey image on it.
Thanks by advance for your help.
|
|
|
How to "bald" a guy |
Posted by: kenny1999 - 02-08-2021, 09:12 AM - Forum: General questions
- Replies (6)
|
 |
I am making fun with a best friend of mine
I have his picture. He isn't bald in the picture, but I want to make him bald, however, what is the general
step I need to do to make the pictures look, at least, not too bad?
First, I know I should select to remove his hair, but how to make the deleted area look similar to the background?
Second, how can I make his forehead a bit shiny? In the picture there isn't any shiny
|
|
|
Multithread python plug-in? |
Posted by: ChameleonScales - 02-07-2021, 06:46 PM - Forum: Scripting questions
- Replies (4)
|
 |
My plugin performs a bunch of operations on dozens of large images which takes several minutes and only uses a single thread.
I'm wondering if there's a way to write code in the plug-in to allow for multithreading, e.g. by telling Gimp to open more instances of itself or any other way.
Is that possible?
|
|
|
|