Re: [Gimp-developer] error in code....

2004-06-04 Thread Carol Spears
On Fri, Jun 04, 2004 at 06:19:19AM -0400, Dov Kruger wrote: > Carol, > > I'm not sure what you just said > > > Sven hinted at the answer earlier in this thread, or someone did. > > > > i am not sure why the run_mode stuff is in the argument lists for the > > different pdb calls, and this problem

Re: [Gimp-developer] error in code....

2004-06-04 Thread Carol Spears
On Fri, Jun 04, 2004 at 05:39:01AM -0400, Dov Kruger wrote: > Based on advice from this forum, the script now reads: > > (define > (dl-png2transindexed2 file) > (let* > ( >(img (car >(file-png-load 1 file file) >) > ) >(d (car (gimp-imag

[Gimp-developer] error in code....

2004-06-04 Thread Dov Kruger
Based on advice from this forum, the script now reads: (define (dl-png2transindexed2 file) (let* ( (img (car (file-png-load 1 file file) ) ) (d (car (gimp-image-active-drawable img))) ) (gimp-layer-add-alpha (car (gimp-image