| Welcome, Guest | 
 
You have to register before you can post on our site. 
 
 | 
 
  
 
 
| Latest Threads | 
 
AIMAGoR - Artificial IMAg...
 
Forum: Other graphics software 
Last Post: vitforlinux 
36 minutes ago 
» Replies: 23 
» Views: 9,623
 | 
 
Isolate, select and copy/...
 
Forum: General questions 
Last Post: denzjos 
Yesterday, 06:22 PM 
» Replies: 5 
» Views: 258
 | 
 
RapidRAW
 
Forum: Other graphics software 
Last Post: denzjos 
Yesterday, 12:51 PM 
» Replies: 2 
» Views: 169
 | 
 
Accessing GIMP’s internal...
 
Forum: General questions 
Last Post: rich2005 
11-02-2025, 12:35 PM 
» Replies: 1 
» Views: 154
 | 
 
Can't find path plug-in
 
Forum: General questions 
Last Post: programmer_ceds 
11-01-2025, 04:47 PM 
» Replies: 7 
» Views: 416
 | 
 
Gimp shows blank black sc...
 
Forum: Windows 
Last Post: rich2005 
11-01-2025, 09:01 AM 
» Replies: 1 
» Views: 156
 | 
 
Outlined and filled in 3....
 
Forum: General questions 
Last Post: rich2005 
10-31-2025, 04:42 PM 
» Replies: 2 
» Views: 230
 | 
 
Upgrade 3.0.6
 
Forum: Windows 
Last Post: J-C R 45 
10-31-2025, 03:07 AM 
» Replies: 4 
» Views: 406
 | 
 
Astrophotography - Creati...
 
Forum: Tutorials and tips 
Last Post: Zero01 
10-30-2025, 07:24 PM 
» Replies: 5 
» Views: 619
 | 
 
"Plug-in crashed" on GIMP...
 
Forum: General questions 
Last Post: rich2005 
10-29-2025, 09:26 AM 
» Replies: 1 
» Views: 306
 | 
 
 
 
 | 
  | 
|   Unable to close a path on Mac OS | 
 
| 
Posted by: fricciardi  - 02-08-2021, 06:46 PM - Forum: General questions 
- Replies (4)
 | 
 
	
		
  | 
		
			 
				thanks for any help, I have been at this for days looking for an answer. 
 
I cant close a path on Mac OS Gimp 2.10. COMMAND click just brings up the right click menu.   
 
How do you close a path so you can stroke it on Mac OS? 
 
TIA 
 
F
			 
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
|   What does a layer's "tattoo" mean? | 
 
| 
Posted by: ChameleonScales  - 02-08-2021, 01:01 PM - Forum: Extending the GIMP 
- Replies (4)
 | 
 
	
		
  | 
		
			 
				in the python-fu api, there is this "get-layer-by-tattoo" command. 
I found no information on the internet about what that "tattoo" is. 
Could anyone clarify? 
 
PS: forgot to add this thread inside the "Scripting questions" subcategory. In don't know if I can move it there myself.
			 
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
 
|   Alpha channel use in gimp (paint on it) | 
 
| 
Posted by: majorfatal  - 02-08-2021, 10:47 AM - Forum: General questions 
- Replies (4)
 | 
 
	
		
  | 
		
			 
				Hello, 
I'm beginner to the gimp and come from photoshop. 
 
I'll would like to know how change the color of the alpha channel. 
 
I"ll would like to paste a color into or paint on it. 
 
How I'll could do it? 
 
In photoshop it was simple I'll make an image in grey >ctrl C >ctrl v in alpha channel. 
 
Ill would like to do the same but it seems impossible to edit the alpha! 
 
I'll work mainly in video game and need to use Alpha channel. 
 
In fact I'll don't care there is an alpha on alpha channel I'll just want to copy a grey image on it.  
 
Thanks by advance for your help.
			 
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
|   How to "bald" a guy | 
 
| 
Posted by: kenny1999  - 02-08-2021, 09:12 AM - Forum: General questions 
- Replies (6)
 | 
 
	
		
  | 
		
			 
				I am making fun with a best friend of mine 
 
I have his picture. He isn't bald in the picture, but I want to make him bald, however, what is the general 
step I need to do to make the pictures look, at least, not too bad? 
 
First, I know I should select to remove his hair, but how to make the deleted area look similar to the background? 
 
Second, how can I make his forehead a bit shiny? In the picture there isn't any shiny
			 
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
|   Multithread python plug-in? | 
 
| 
Posted by: ChameleonScales  - 02-07-2021, 06:46 PM - Forum: Scripting questions 
- Replies (4)
 | 
 
	
		
  | 
		
			 
				My plugin performs a bunch of operations on dozens of large images which takes several minutes and only uses a single thread. 
 
I'm wondering if there's a way to write code in the plug-in to allow for multithreading, e.g. by telling Gimp to open more instances of itself or any other way. 
 
Is that possible?
			 
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
 
 
|   List layers without loading image? | 
 
| 
Posted by: ChameleonScales  - 02-06-2021, 03:48 PM - Forum: Scripting questions 
- Replies (20)
 | 
 
	
		
  | 
		
			 
				Using python-fu, is there a way to list the layer names of an xcf file without loading the whole file? 
 
Right now I list them like this: 
 
 
Code: 
 image = pdb.gimp_file_load(some_filepath,same_filepath) 
for l in image.layers : 
    print(l.name) 
gimp.delete(image)
  
 
The problem is that I use it on many very heavy xcfs and the listing can take a few minutes, which I feel could be improved. 
 
I can find the layer names in the gibberish of the xcf when I open it with a text editor (Atom) but don't see a recurring pattern around so not sure this can be exploited by a direct text search in the file. 
 
Any chance of there being an efficient solution?
			
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
|   Interleaving layers of two GIFs of different sizes | 
 
| 
Posted by: Muzozavr  - 02-06-2021, 02:32 AM - Forum: General questions 
- No Replies
 | 
 
	
		
  | 
		
			 
				Hello! Newcomer here. I have two GIFs (let's say A.gif and B.gif) both with an equal amount of frames, but their size is different. They need to be interleaved: A-Layer1 -> B-Layer1 -> A-Layer2 -> B-Layer2 and so on. 
 
How do I achieve this? There seems to be no automatic option from what I can tell, but there has to be. Is there something I'm missing? Or do I need a plugin for this? 
 
I'd do it manually, except working with 1152*2=2304 layers... oof. It's actually making my computer lag at points, making doing it manually feel even more awful than it otherwise would've been. 
 
EDIT: OK, I may be stupid, I did see ofn-interleave-layers as a google result, but misread what it does, though it could only interleave copies of one layer between the image layers. And its documentation ALSO lists how to change image size with canvas commands without scaling. 
 
I'm leaving this thread in case someone else needs it, I've seen enough "nevermind, figured it out" online to want to leave a tip. I haven't tested the script YET, but it should work.
			 
			
		 | 
	 
	
		
			
				 
			
		 | 
	 
 
 | 
 
 
 
 |