On Wed, 2 Jun 2004, Egon Brinken wrote:
> How can I subtract one specific color from the picture layer, e.g. let the
> uniform colored background be replaced by transparency? (The resulting
> picture must be saved as a gif-file, I presume. It shall be used on my
> web-pages)
(I haven't got Engl
On Fri, 2 Apr 2004, Norbert Preining wrote:
> Hi!
>
> With gimp-2.0 I cannot get gimp script-fu working from the cmdline:
>
> (define (script-fu-fileload txt)
[..]
> But on the cmdline:
> gimp --no-data -i --verbose -b '(script-fu-fileload 0 "foobar")'
[..]
Why does you define it with one ar
On Fri, 6 Feb 2004, Sven Neumann wrote:
> This script can only work accidentally. Have a look at this line:
>
> (drawable (car (gimp-drawable-get-image img)))
>
> Here you are accessing an image as if it was a drawable and then
> assign the image return value to a variable that is used as a d