Re: [Gimp-user] Script-fu problem -- how to load an image

2004-03-25 Thread Norbert Preining
On Die, 23 Mär 2004, Norbert Preining wrote: > On Mon, 22 Mär 2004, Sven Neumann wrote: > > > Here the script: > > > (define (script-fu-fileload filein) > > >(gimp-message-set-handler 1) > > >; Create an img and a layer > > >(gimp-message "1") > > >(gimp-message filein) > > >(se

Re: [Gimp-user] Script-fu problem -- how to load an image

2004-03-23 Thread Norbert Preining
On Mon, 22 Mär 2004, Sven Neumann wrote: > > Here the script: > > (define (script-fu-fileload filein) > >(gimp-message-set-handler 1) > >; Create an img and a layer > >(gimp-message "1") > >(gimp-message filein) > >(set! my-image (gimp-file-load 1 filein filein)) > >(gimp-me

Re: [Gimp-user] Script-fu problem -- how to load an image

2004-03-22 Thread Sven Neumann
Hi, Norbert Preining <[EMAIL PROTECTED]> writes: > I am trying to extend one of my scripts from an old version but cannot > get gimp-file-load to work: > > Here the script: > (define (script-fu-fileload filein) >(gimp-message-set-handler 1) >; Create an img and a layer >(gimp-message

[Gimp-user] Script-fu problem -- how to load an image

2004-03-22 Thread Norbert Preining
Hello! Gimp version 2.0pre4 (debian/sid gimp1.3 1.3.27+2.0pre4) I am trying to extend one of my scripts from an old version but cannot get gimp-file-load to work: Here the script: (define (script-fu-fileload filein) (gimp-message-set-handler 1) ; Create an img and a layer (gimp-message