[Gimp-user] Re: biggish images

2002-10-11 Thread Guillermo S. Romero / Familia Romero
[EMAIL PROTECTED] (2002-10-11 at 0037.23 +0200): > At 300 dpi, it seems I have to create an image 9933 pixels wide by > 14043 pixels deep (A0 being 33.11 x 46.81 inches), forgetting the > margins for the moment. That's 140 megapixels, or about 3 gigabytes > in 24bit colour. I fear my machine would

[Gimp-user] Arrays in Scheme script-fu with gimp?

2002-10-11 Thread freeze
HI, I try to develop a plug ins to gimp in scheme. I need to get a layer by it's name. I didn't find a direct function to do that. If you know one, could you temll it to me? But, I found the function called: gimp-image-get-layers() but, the returned value are in fact 2 values, an array and

Re: [Gimp-user] Arrays in Scheme script-fu with gimp?

2002-10-11 Thread Jeff Trefftzs
To access an array in scheme, use (aref array index). I have posted my most-used scheme reference at http://trefftzs.topcities.com/siod.html since it is no longer where it used to be. You may want to look at it. HTH, -- --Jeff Jeff Trefftzs <[EMAIL PROTECTED]> http://www.tcsn.net/tr