| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
A way to disable gimps ov...
Forum: General questions
Last Post: Tas_mania
5 hours ago
» Replies: 2
» Views: 140
|
Image Settings no longer ...
Forum: General questions
Last Post: rich2005
Yesterday, 09:47 AM
» Replies: 1
» Views: 141
|
Label ERROR in Welcome Sc...
Forum: General questions
Last Post: CmykStudent_
06-09-2026, 10:11 PM
» Replies: 3
» Views: 279
|
Layers disappear from sav...
Forum: General questions
Last Post: MrsP-from-C
06-09-2026, 06:52 PM
» Replies: 8
» Views: 463
|
Lumi-o
Forum: Alternate Gimp packagings
Last Post: pixelmixer
06-09-2026, 01:40 PM
» Replies: 2
» Views: 346
|
Welcome Screen Colour The...
Forum: Windows
Last Post: Jon
06-08-2026, 03:22 PM
» Replies: 13
» Views: 1,006
|
Why doesnt newsprint work...
Forum: General questions
Last Post: Zbyma72age
06-08-2026, 11:06 AM
» Replies: 6
» Views: 4,595
|
Gimp 3.2.4 NO Color Theme...
Forum: General questions
Last Post: Jon
06-07-2026, 10:57 PM
» Replies: 0
» Views: 170
|
Gephi - for connected gra...
Forum: Other graphics software
Last Post: rich2005
06-07-2026, 11:58 AM
» Replies: 0
» Views: 174
|
Working with layers - a h...
Forum: General questions
Last Post: sallyanne
06-07-2026, 06:25 AM
» Replies: 7
» Views: 1,468
|
|
|
| Automation questions. |
|
Posted by: PSNick - 10-10-2019, 01:00 AM - Forum: Scripting questions
- Replies (6)
|
 |
Hello,
I am using Python 3 to edit some images successfully using PIL, but there are things that I'm unable to do with it and was hoping to call gimp from python for those specific tasks.
What I'm currently manually doing in GIMP and need to automate is:
1. Open Image
2. Select by color
3. Shrink selection
4. Select > To path
5. Export path.. [as svg] (accessing the svg information without saving the file would also work)
From what little I could see in the python console inside GIMP the following procedures can be scripted that seem to match the above requirements, though I wouldn't know how to do so yet:
1. file-png-load
2. gimp-image-select-color
3. gimp-selection-shrink
4. plug-in-sel2path
5. Can't find any.
What would be the best way to automate this process from the command line?
Thank you,
Nick
|
|
|
| Subtract From Selection. Bucket-Fill-Tool outside shape |
|
Posted by: datalars@mail.com - 10-05-2019, 01:25 PM - Forum: Older Gimp versions (2.8, 2.6....)
- Replies (6)
|
 |
I'm a total gimp-newbie and this is probably an easy thing to do but I'm failing. I have three layers.
Layer 1. An image
Layer 2. A color(I chose foreground) which I have made a bit transparent.
Layer 3. A shape that does not totally cover layer two.
This shape I filled with a color with Bucket-Fill-Tool. That was no problem. But I want to fill the area outside the shape instead. I tried to do
Layer -> Transparency -> Subtract From Selection
but it didn't work. Any help is appreciated.
|
|
|
| Subtract From Selection. Bucket-Fill-Tool outside shape |
|
Posted by: datalars@mail.com - 10-05-2019, 01:07 PM - Forum: General questions
- Replies (1)
|
 |
I'm a total gimp-newbie and this is probably an easy thing to do but I'm failing. I have three layers.
Layer 1. An image
Layer 2. A color(I chose foreground) which I have made a bit transparent.
Layer 3. A shape that does not totally cover layer two.
This shape I filled with a color with Bucket-Fill-Tool. That was no problem. But I want to fill the area outside the shape instead. I tried to do
Layer -> Transparency -> Subtract From Selection
but it didn't work. Any help is appreciated.
I just realized I posted in the wrong Forum. Sorry about that. This can be deleted.
|
|
|
| ofn-interleave-layers |
|
Posted by: Ofnuts - 10-04-2019, 10:24 PM - Forum: Extending the GIMP
- Replies (1)
|
 |
This is the successor of interleave-layers:
- Support for the Gimp 2.10 layer modes (but should still work in Gimp 2.8)
- Better handling of the layer names
- Repackaged as .ZIP with self-contained documentation
At the usual place. Enjoy.
|
|
|
|