Welcome, Guest |
You have to register before you can post on our site.
|
|
|
ofn-jigsaw |
Posted by: Ofnuts - 10-13-2019, 08:00 PM - Forum: Extending the GIMP
- No Replies
|
|
ofn-jigsaw generates a jigsaw pattern as a path:
It can be used to bump-map a pattern into a picture:
Since you have a path some effects are much easier than with the standard plugin:
Available here.
Enjoy.
|
|
|
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.
|
|
|
|