| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 5,286
» Latest member: Meemaw
» Forum threads: 7,899
» Forum posts: 42,863
Full Statistics
|
| Latest Threads |
Gimp3 ubuntu 24.04 favour...
Forum: Extending the GIMP
Last Post: vitforlinux
4 hours ago
» Replies: 1
» Views: 451
|
Dial Marks
Forum: Extending the GIMP
Last Post: MrsP-from-C
Yesterday, 04:29 PM
» Replies: 1
» Views: 171
|
DDS Export error
Forum: General questions
Last Post: schabrackes
Yesterday, 06:53 AM
» Replies: 2
» Views: 252
|
GIMP v3.2.4 failed to lau...
Forum: General questions
Last Post: ben10
05-14-2026, 06:17 PM
» Replies: 3
» Views: 358
|
Nik Collection Plug in
Forum: Extending the GIMP
Last Post: sallyanne
05-14-2026, 11:33 AM
» Replies: 2
» Views: 261
|
GIMP on Android
Forum: General questions
Last Post: rich2005
05-14-2026, 10:29 AM
» Replies: 9
» Views: 25,878
|
Locally Installed Help is...
Forum: General questions
Last Post: georgh12
05-14-2026, 05:27 AM
» Replies: 4
» Views: 957
|
logo for website profile ...
Forum: General questions
Last Post: BezierCurve
05-13-2026, 03:52 AM
» Replies: 7
» Views: 1,095
|
.tif Unknown Filetype to ...
Forum: General questions
Last Post: ajax
05-11-2026, 02:12 AM
» Replies: 3
» Views: 370
|
Linear color profile not ...
Forum: General questions
Last Post: rich2005
05-10-2026, 08:09 AM
» Replies: 1
» Views: 265
|
|
|
| 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.
|
|
|
|