| 
| Welcome, Guest |  
| You have to register before you can post on our site. 
 
 |  
 
 
 
| Latest Threads |  
| Outlined and filled in 3.... Forum: General questions
 Last Post: rich2005
 6 hours ago
 » Replies: 2
 » Views: 83
 |  
| Can't find path plug-in Forum: General questions
 Last Post: programmer_ceds
 Today, 11:07 AM
 » Replies: 5
 » Views: 200
 |  
| Upgrade 3.0.6 Forum: Windows
 Last Post: J-C R 45
 Today, 03:07 AM
 » Replies: 4
 » Views: 284
 |  
| ASTROPHOTOGRAPHY- CREATIN... Forum: Tutorials and tips
 Last Post: Zero01
 Yesterday, 07:24 PM
 » Replies: 5
 » Views: 480
 |  
| "Plug-in crashed" on GIMP... Forum: General questions
 Last Post: rich2005
 10-29-2025, 09:26 AM
 » Replies: 1
 » Views: 189
 |  
| free e-on 3D software Forum: Other graphics software
 Last Post: gasMask
 10-29-2025, 07:43 AM
 » Replies: 2
 » Views: 204
 |  
| fill area has a border.. Forum: General questions
 Last Post: Studoc64
 10-29-2025, 12:48 AM
 » Replies: 3
 » Views: 207
 |  
| A simple function to use ... Forum: Extending the GIMP
 Last Post: Scallact
 10-27-2025, 05:20 PM
 » Replies: 0
 » Views: 163
 |  
| Is there any version wher... Forum: Older Gimp versions (2.8, 2.6....)
 Last Post: rich2005
 10-27-2025, 11:06 AM
 » Replies: 9
 » Views: 2,884
 |  
| Copy content of channels ... Forum: General questions
 Last Post: Ofnuts
 10-26-2025, 12:41 PM
 » Replies: 2
 » Views: 310
 |  
 |  | 
 
| 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:
 
At the usual place. Enjoy.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
 |  
		|   |  |  
 
 |