my script-fu: split-image, and a bug

2000-03-29 Thread Christian Schlange
image" "/Script-Fu/Selection/Split An Image" "Split an image to rows and save the images as indexed gif's works on flattened RGB Images-Only" "Christian Schlange <[EMAIL PROTECTED]>" "Christian Schlange" "03/0

script-fu: split-image

2000-03-29 Thread Christian Schlange
image" "/Script-Fu/Selection/Split An Image" "Split an image to rows and save the images as indexed gif's works on flattened RGB Images-Only" "Christian Schlange <[EMAIL PROTECTED]>" "Christian Schlange" "03/0

Re: Script-Fu beginner...

2000-03-30 Thread Christian Schlange
Hi Fabio, > I'm wondering how do I know which is the reference to the background > layer of a image that I've just opened. I think that my error is > occurring when I try to pass the drawable references to the > gimp-edit-copy/paste functions. I simple passed "0" (I don't know any > referenc

script-fu question

2000-04-04 Thread Christian Schlange
Hello, I've got one simple script-fu question: If you create a new image like this: (set! new-image (car (gimp-image-new iwidth yheight image-type))) (set! new-draw (car (gimp-layer-new new-image iwidth yheight draw-type "Selection" 100 NORMAL))) (gimp-image-add-layer new-image new-

script-fu developers ?

2000-04-06 Thread Christian Schlange
Hello, Is this list the right place for discussions about script-fu-development (in scheme and perl) ? Thanx, Christian

Re: Gimp is doing strange things..

2000-04-17 Thread Christian Schlange
Hello, I've got a similar problem with Gimp for windows: some parts of the selection rectangle (walking ants ;) aren't cleared properly. The result are some artifacts turning the background pixels to negative (no suprise, like the selection always does). Under Linux I've never had ANY problem w