| 
| 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
 5 hours ago
 » Replies: 2
 » Views: 77
 |  
| Can't find path plug-in Forum: General questions
 Last Post: programmer_ceds
 10 hours ago
 » Replies: 5
 » Views: 199
 |  
| Upgrade 3.0.6 Forum: Windows
 Last Post: J-C R 45
 Today, 03:07 AM
 » Replies: 4
 » Views: 282
 |  
| ASTROPHOTOGRAPHY- CREATIN... Forum: Tutorials and tips
 Last Post: Zero01
 Yesterday, 07:24 PM
 » Replies: 5
 » Views: 477
 |  
| "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,882
 |  
| Copy content of channels ... Forum: General questions
 Last Post: Ofnuts
 10-26-2025, 12:41 PM
 » Replies: 2
 » Views: 310
 |  
 |  | 
| Is there a way to automate file exports to make anim frames? |  
| Posted by: rgbellotti  - 08-14-2020, 08:36 PM - Forum: Scripting questions 
- Replies (2) |  
| 
	
		
|  | 
				Rather than creating multiple layers within GIMP to build animations with, I would like to be able to export multiple images with a naming system like sample_001.jpg, sample_002.jpg, sample_003.jpg etc.  The idea being, that each one will be the same image with the same filter applied, but each export will slightly modify one (or more) of the filters attributes.  For example, started with a normal image, and then on each export, applying a blur filter so that the first image is crystal clear, and the last image is max blur.  To do this manually, I can apply the blur filter -> export -> undo blur -> re-apply blur with a more intense setting -> export -> undo blur -> and so on.  Eventually having a folder of images with a "gradient" of blur applied to them collectively, which I can then import into a video editor to chain together.
 I'm thinking I can use python for this, but haven't been able to find an example showing how that would be possible
 
 I'm new to python-fu (and scheme, but I know python so I was hoping I could use it instead of scheme).  Anyways, I was thinking it could have something to do with the process of selecting the "pdb.file_jpeg_save" plugin in the python-fu console, and creating a for loop or while loop so that I can save a file in each iteration using the string filename = "image" + increment_variable, and then also applying a filter and incrementing or decrementing a filter parameter too.
 
 Are there any good tutorials that cover these types of specifics?  Thanks in advance!
 |  
		|   |  |  
 
| Heal Transparency |  
| Posted by: meetdilip  - 08-13-2020, 10:52 AM - Forum: General questions 
- Replies (2) |  
| 
	
		
|  | 
				I saw the option " Heal Transparency " under the " Enhance " menu just near to " Heal selection ". I have used " Heal selection " option but not sure what is the use of " Heal Transparency " ? Any tips will be great. Thanks.
			 |  
		|   |  |  
 
| I received a warning from Google |  
| Posted by: kenny1999  - 08-13-2020, 07:39 AM - Forum: Gimp-Forum.net 
- Replies (2) |  
| 
	
		
|  | 
				I received a warning of red color from Google that 15 of my saved sites has leaked the password during a recent incident, which includes this site. I'd like to know
 if other members here also experience the same issue??
 |  
		|   |  |  
 
| Export Selection/Incremental Name Save? |  
| Posted by: GeneralDrillhamster  - 08-12-2020, 07:50 PM - Forum: General questions 
- Replies (1) |  
| 
	
		
|  | 
				I wanted to do something that I thought would be easier than it seems to be. Basically, I was hoping I could just simply make a rectangle selection (on a photo that has anywhere from 4 to 6 scanned photos from the scanner) and just right click each selection and export out. This doesn't seem possible, so I started making a macro that basically: Copies selection, pastes copy to new image, and then exports. The problem I now run into is that when it says "there's already a file with this name", it only has the option to Cancel or Manually Rename. There's simply no option to "save a copy" (incremental file name), so now every save needs manually renamed. I'd be totally fine with just "Untitled-0001", "Untitled-0002", etc. and without having to type it in every time.
 I started getting a headache trying to script my macro to insert the current date and time at the naming screen instead of forcing me to manually type it in every time.
 
 Is there some easier way to go about this? The most simple way I was expecting was to just:
 1. Ability to export current selection.
 2. Export with incremental naming capabilities whether in series or by current date & time.
 
 Any help would be appreciated! I have boxes and boxes of photos to do this with.
 |  
		|   |  |  
 
 
 
 
 
| How automate crops of an image |  
| Posted by: stevem0  - 08-12-2020, 01:24 AM - Forum: General questions 
- Replies (17) |  
| 
	
		
|  | 
				I have searched for an answer, but can not seem to find a solution, so I apologize for asking if already answered.  (I have read thru slicing, guilotine etc.)
 I need to take different segmented crops of an image.  Say my image is 100 tall by 2000 wide (100x2000 pixels)
 
 How do I automatically crop an image 100x750 starting x=0 and crop every 10 pixels and save each image to file?
 
 I want to crop all images 100 tall and 750 wide.  100x750
 
 I want to crop every 10 pixels
 
 image 1; x=0
 image 2; x=10
 image 3; x=20
 ;
 ;
 ;
 image 126; x=1250
 
 When it is complete I will have 126 images saved in a folder.
 
 Thank You
 |  
		|   |  |  
 
 |