| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
I need it to be opaque
Forum: General questions
Last Post: rich2005
Yesterday, 07:10 PM
» Replies: 1
» Views: 137
|
Plug-in not showing up
Forum: Extending the GIMP
Last Post: jack63ss
Yesterday, 02:45 PM
» Replies: 4
» Views: 382
|
How do I erase items from...
Forum: General questions
Last Post: sallyanne
03-14-2026, 01:41 PM
» Replies: 3
» Views: 340
|
Help converting a basic f...
Forum: Scripting questions
Last Post: MrsP-from-C
03-14-2026, 07:43 AM
» Replies: 4
» Views: 338
|
script-fu help
Forum: Extending the GIMP
Last Post: egrivel
03-13-2026, 11:19 PM
» Replies: 6
» Views: 528
|
How to get the full path ...
Forum: Extending the GIMP
Last Post: ImgTinker
03-13-2026, 03:45 PM
» Replies: 11
» Views: 1,859
|
Pixels after exporting to...
Forum: General questions
Last Post: Scallact
03-11-2026, 12:53 PM
» Replies: 3
» Views: 402
|
can I do these Photoshop ...
Forum: General questions
Last Post: rich2005
03-11-2026, 09:36 AM
» Replies: 1
» Views: 242
|
Selecting more than one l...
Forum: General questions
Last Post: teapot
03-11-2026, 01:40 AM
» Replies: 4
» Views: 463
|
affinity now free
Forum: Other graphics software
Last Post: connag
03-11-2026, 12:30 AM
» Replies: 1
» Views: 692
|
|
|
| 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.
|
|
|
|