| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 4,803
» Latest member: Phoenix
» Forum threads: 7,888
» Forum posts: 42,951
Full Statistics
|
| Latest Threads |
Converting python plugin-...
Forum: Gimp 2.99 & Gimp 3.0
Last Post: migf1
4 hours ago
» Replies: 63
» Views: 56,309
|
Most accurate way to colo...
Forum: General questions
Last Post: IndiePubber
9 hours ago
» Replies: 4
» Views: 172
|
Add Transparent Window to...
Forum: General questions
Last Post: Clariann
Yesterday, 09:59 AM
» Replies: 4
» Views: 3,367
|
A way to disable gimps ov...
Forum: General questions
Last Post: sallyanne
Yesterday, 04:56 AM
» Replies: 4
» Views: 313
|
Layers disappear from sav...
Forum: General questions
Last Post: ink_stroke
Yesterday, 04:55 AM
» Replies: 11
» Views: 802
|
Image Settings no longer ...
Forum: General questions
Last Post: rich2005
06-10-2026, 09:47 AM
» Replies: 1
» Views: 204
|
Label ERROR in Welcome Sc...
Forum: General questions
Last Post: CmykStudent_
06-09-2026, 10:11 PM
» Replies: 3
» Views: 369
|
Lumi-o
Forum: Alternate Gimp packagings
Last Post: pixelmixer
06-09-2026, 01:40 PM
» Replies: 2
» Views: 388
|
Welcome Screen Colour The...
Forum: Windows
Last Post: Jon
06-08-2026, 03:22 PM
» Replies: 13
» Views: 1,136
|
Why doesnt newsprint work...
Forum: General questions
Last Post: Zbyma72age
06-08-2026, 11:06 AM
» Replies: 6
» Views: 4,673
|
|
|
| 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.
|
|
|
|