Re: [Gimp-user] script-FU console query

2007-01-14 Thread Sven Neumann
Hi, On Sat, 2007-01-13 at 20:33 -0800, Saul Goode wrote: > Note that you will see no change in the display; even if you were to > perform a 'gimp-displays-flush'. The set-pixel command does not register > with the UNDO history (it might be problematic to UNDO a few million > pixel ops) and theref

[Gimp-user] Archive search tool?

2007-01-14 Thread Stephen Moss
Is there a search tool for the archived postings on this list? Thanks Stephen ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Re: [Gimp-user] script-FU console query

2007-01-14 Thread Saul Goode
Sven Neuman wrote: > > On Sat, 2007-01-13 at 20:33 -0800, Saul Goode wrote: > > > Note that you will see no change in the display; even if you were to > > perform a 'gimp-displays-flush'. > > If that is true, then this is a bug and needs to be fixed. Can you > provide a test script that illustr

Re: [Gimp-user] script-FU console query

2007-01-14 Thread Kevin Cozens
Adam wrote: > Like in the following, which the Procedure Browser > says should be; > num_images INT32 The number of Images open > image_ids INT32ARRAY The list of images currently open > > => (gimp-image-list) > (1 #(2)#1"02") > > > so, #(2)#1"02" > is a single entry array of the imag

Re: [Gimp-user] script-FU console query

2007-01-14 Thread Sven Neumann
Hi, On Sun, 2007-01-14 at 12:24 -0800, Saul Goode wrote: > (define image 1) > (define layer (car (gimp-image-get-active-layer image))) > (gimp-drawable-set-pixel layer 1 1 3 (cons-array 3 'byte)) > > Note that at this point, the pixel at location x=1, y=1 has "internally" > been painted BL

Re: [Gimp-user] script-FU console query

2007-01-14 Thread Adam
Thanks Kevin. Understood. ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

[Gimp-user] Comic patterns for the Gimp?

2007-01-14 Thread Rachael H.
Hello! I'm a long time lurker here on the list. I created a webcomic that I use the Gimp to create the bubbles and any other editing. I'm curious if anyone has created their own patterns for word bubbles? If so any one out there who is willing to share? I've been creating the bubbles by usi

Re: [Gimp-user] script-FU console query

2007-01-14 Thread Adam
Just tried, and set-pixel works for me using the Saul test method. Yes, I had to toggle the 'eyeball' to get it to appear - yet to try gimp-drawable-update / gimp-displays-flush. Thanks, gentlemen, for clearing my original 'image' and 'drawable' query. Welcome to SIOD, Scheme In One Def