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-message 2))

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 1)