[Gimp-user] Gimp 2.3.18 and script-fu errors
Pere Pujal i Carabantes
pere at fornol.no-ip.org
Wed Aug 22 13:49:37 PDT 2007
El dc 22 de 08 del 2007 a les 12:43 +0100, en/na David Woodfall va
escriure:
> I have just downloaded and tested two scripts and get the same error with
> each:
>
> Error: Set!: Unbound variable: new
>
> The scripts are gm-invert and gm-solarize. Is there some incompatability
> with newer versions of Gimp and these scripts? Is there an easy way to
> perhaps edit the scripts to get them working?
If you can not wait for them to be fixed,
the lamer way: just have to change on both files
(set! new (car(gimp-layer-copy layer 1))) ; Add an alpha channel
by
(define new (car(gimp-layer-copy layer 1))) ; Add an alpha channel
More information about the Gimp-user
mailing list