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 _______________________________________________ Gimp-user mailing list [email protected] https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user
