[Gimp-user] batch mode in gimp, add alpha, change color

2009-07-27 Thread Marc T.
i am on a similar problem, i have to build a batch script that slices over 6000 images very big images into seven pieces. I think you would be better off doing this using ImageMagick and a shell ImageMagick seems to first read all images into memory and then working with it. and this dosn't

Re: [Gimp-user] batch mode in gimp, add alpha, change color

2009-07-27 Thread David Hodson
On Mon, 2009-07-27 at 16:30 +0200, Marc T. wrote: i am on a similar problem, i have to build a batch script that slices over 6000 images very big images into seven pieces. David's Batch Processor should be able to do the job, not by slicing but by cropping each slice out of the image one at a

[Gimp-user] batch mode in gimp, add alpha, change color

2009-07-27 Thread Marc T.
On Mon, 2009-07-27 at 16:30 +0200, Marc T. wrote: i am on a similar problem, i have to build a batch script that slices over 6000 images very big images into seven pieces. David's Batch Processor should be able to do the job, not by slicing but by cropping each slice out of the image one at a

Re: [Gimp-user] batch mode in gimp, add alpha, change color

2009-07-27 Thread Jay Smith
On 07/27/2009 11:10 AM, Marc T. wrote: On Mon, 2009-07-27 at 16:30 +0200, Marc T. wrote: i am on a similar problem, i have to build a batch script that slices over 6000 images very big images into seven pieces. David's Batch Processor should be able to do the job, not by slicing but by

[Gimp-user] batch mode in gimp, add alpha, change color

2008-05-01 Thread Choi, JiHui
Hi, all I want to do some doing on my many images, about 1,000 ; at first, add alpha channel at each image, and change color #fff to transparent. I think, open - add alpha - select #fff by color - del - save but I don't know script-fu. and tried some ways, all fail. please help me.

Re: [Gimp-user] batch mode in gimp, add alpha, change color

2008-05-01 Thread Kevin Cozens
Choi, JiHui wrote: I want to do some doing on my many images, about 1,000 ; at first, add alpha channel at each image, and change color #fff to transparent. I think you would be better off doing this using ImageMagick and a shell script. The 'convert' program with the -alpha and

Re: [Gimp-user] batch mode in gimp, add alpha, change color

2008-05-01 Thread Choi, JiHui
On Fri, May 2, 2008 at 2:35 AM, Kevin Cozens [EMAIL PROTECTED] wrote: I think you would be better off doing this using ImageMagick and a shell script. The 'convert' program with the -alpha and -background options should allow you to do what you want. I know about ImageMagick, but there is

Re: [Gimp-user] batch mode in gimp, add alpha, change color

2008-05-01 Thread David Gowers
Hi, On Fri, May 2, 2008 at 8:35 AM, Choi, JiHui [EMAIL PROTECTED] wrote: On Fri, May 2, 2008 at 2:35 AM, Kevin Cozens [EMAIL PROTECTED] wrote: I think you would be better off doing this using ImageMagick and a shell script. The 'convert' program with the -alpha and -background options

Re: [Gimp-user] batch mode in gimp, add alpha, change color

2008-05-01 Thread Joao S. O. Bueno
On Thursday 01 May 2008, Choi, JiHui wrote: I tried to learn scheme, but it's so difficult. Indeed! and if I want another actions, I have to learn about relative functions. so I think, I just want to use gimp, not to learn scheme. I don't know and don't have any interesting about scheme.

Re: [Gimp-user] batch mode in gimp, add alpha, change color

2008-05-01 Thread David Gowers
Hi, On Fri, May 2, 2008 at 9:46 AM, Joao S. O. Bueno [EMAIL PROTECTED] wrote: For running gimp-python in windows, you need to install the Python language (from www.python.org), python-cairo and python-gtk+ bidings (I think just these).