[Gimp-user] A simple for loop while using Colorize

2011-01-07 Thread Atrus
I'm looking to loop through and generate individual images by changing the Hue variable by 1 (ideally going from 1 - 360) and saving the resulting image. So, my process is like this: 1. Set x to 1 2. Apply Colorize with Hue = x (all other values are at their default) 3. Save image as x.png 4.

Re: [Gimp-user] A simple for loop while using Colorize

2011-01-07 Thread Atrus
Cozens ke...@ve3syb.ca wrote: Atrus wrote: 1. Set x to 1 2. Apply Colorize with Hue = x (all other values are at their default... A small script written in Scheme or Python would be the best way to do the above. Doing it by hand will be very tedious. As I suspect you are about to say you wouldn't

Re: [Gimp-user] A simple for loop while using Colorize

2011-01-07 Thread Atrus
://www.worldsproject.org On Fri, Jan 7, 2011 at 3:04 PM, Kevin Cozens ke...@ve3syb.ca wrote: Atrus wrote: I was aware of scheme scripting, but not of python. I'll have to look into that. It shouldn't be too difficult. However, I was going off of the portable apps version of GIMP as I