Author: Xavier Mas Date: To: gimp-user Subject: Re: [Gimp-user] batch mode in gimp, add alpha, change color
El Thursday 01 May 2008 19:35:56 Kevin Cozens va escriure: > 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 -background options
> should allow you to do what you want.
Or you can do an script using Scheme. GIMP allows to use any of its functions
by script.