Re: [Gimp-developer] Script-Fu/Scheme---what is #f

2002-09-05 Thread Simon Budig
Roland Roberts ([EMAIL PROTECTED]) wrote: I'm trying to write write a script-fu to automatically take a finished image and produce a set of scaled images for display on a web site. The learning curve for this is rather steep If it is just about scaling and/or do simple adjustments to the

Re: [Gimp-developer] Script-Fu error ... GUI shows different image selection than what script gets

2002-09-05 Thread Simon Budig
Roland Roberts ([EMAIL PROTECTED]) wrote: I have a script-fu set up which has the following initialization: [... The default value of SF_IMAGE gets returned even if there is just one image open ...] The problem is that my image is *not* image 0. It is image 5. I realize I have 0 as a

Re: [Gimp-developer] gimp-drawable-type doesn't work on images?

2002-09-05 Thread Simon Budig
Roland Roberts ([EMAIL PROTECTED]) wrote: Simon == Simon Budig [EMAIL PROTECTED] writes: Simon Images are *not* drawables. Images are drawable containers. Simon Only Layers, Channels (and Selections which are kind of Simon special case of channels) are drawables. Okay

Re: [Gimp-developer] copy-paste-anchor shifting my position

2002-09-05 Thread Simon Budig
Roland Roberts ([EMAIL PROTECTED]) wrote: I'm trying to copy a layer from one image to another. Below is a fragment of the code to do this; new-image has already been created with the same base type as the old-image. [...] (gimp-selection-all old-image) (gimp-edit-copy old-layer)

Re: [Gimp-developer] Copy/Paste problem between layers

2002-08-12 Thread Simon Budig
Thierry Tracol ([EMAIL PROTECTED]) wrote: I have tried your procedure. It works well if you remove the antialiasing option with the elliptical selection tool. The problem I have described still happens with no antialiasing selected. The gap which appears between layers positions can be much

Re: [Gimp-developer] (gimp-drawable-get-pixel)

2002-07-13 Thread Simon Budig
Zoran Bosnjak ([EMAIL PROTECTED]) wrote: Hello, can someone please explain me how to use the result from (gimp-drawable-get-pixel) inside the scheme script? The function gives me result like (4 #41d1d1dff). How do I convert this result to more friendly form like '(255 127 0), so I could

Re: [Gimp-developer] Need Vector Art....

2002-07-06 Thread Simon Budig
Danni Coy ([EMAIL PROTECTED]) wrote: Background. Ok at the moment I have 2 reasons for booting Windows on my system. One is a Musical sequencing package and my pro soundcard. The other is the lack of a descent vector art package (on windows I use a combination of Expression2 and flash3).

Re: [Gimp-developer] Double tile iterators?

2002-07-04 Thread Simon Budig
David Neary ([EMAIL PROTECTED]) wrote: Dr William Bland wrote: Hello all, I've just started writing my first gimp plugin, so I'm very new at this. Hope nobody minds my stupid questions ;-) snip it occurred to me that the tiles that get iterated over will not necessarily be of

Re: [Gimp-developer] Double tile iterators?

2002-07-04 Thread Simon Budig
I should have read the code before posting my last message: Dr William Bland ([EMAIL PROTECTED]) wrote: I thought about using some kind of double tile iterator to do this, e.g: gimp_pixel_rgn_init (image_rgn, image_drawable, x1, y1, (x2 - x1), (y2 - y1), TRUE, TRUE);

Re: [Gimp-developer] Double tile iterators?

2002-07-04 Thread Simon Budig
Dr William Bland ([EMAIL PROTECTED]) wrote: Hi Simon, Thanks! That looks much nicer. Unfortunately I can't get it to work properly (sorry, like I said, I'm a newbie at this ;-). I now have the following code: static void [...] { size = select_rgn.w * select_rgn.h;

[Gimp-developer] The GIMP depends on Libart now.

2002-03-07 Thread Simon Budig
Hi all. I yesterday introduced a new dependency on CVS Head. The GIMP now depends on Libart, a library for rendering high quality vector artwork. Currently it is just used for the conversion of a path to a selection, but we also plan to use it for some stroking operations. Libart is plain C

Re: [Gimp-developer] The GIMP depends on Libart now.

2002-03-07 Thread Simon Budig
Leonard Rosenthol ([EMAIL PROTECTED]) wrote: At 03:24 PM 3/7/2002 +0100, Simon Budig wrote: The GIMP now depends on Libart, Which libart source tree are you using? They are NOT all in sync and many have some long standing (and pretty egregious) bugs... I used libart-2.0

Re: [Gimp-developer] Module or plug-in for embedded control of GIMP?

2001-12-30 Thread Simon Budig
Michael Andrew Terry ([EMAIL PROTECTED]) wrote: I'm trying to understand how to control the GIMP through plain old C code. I have tried doing this with a module, but have been unsuccessful. The module loads successfully, but segfaults when I attempt to create an image and add a layer. What

Re: [Gimp-developer] Module or plug-in for embedded control of GIMP?

2001-12-30 Thread Simon Budig
Michael Terry ([EMAIL PROTECTED]) wrote: I am actually trying to control the GIMP through Java, which is my interest in creating a module. But if what you say is true -- you cannot add arbitrary modules to the GIMP at this time -- then I'll hard-wire some code into the app for now. But if I

Re: [Gimp-developer] Current work

2001-12-04 Thread Simon Budig
Dave Neary ([EMAIL PROTECTED]) wrote about his current project. I think I should do the same too, despite the fact that there is no real code yet. I am currently thinking about a new infrastructure in Gimp for vector image data. Originated from frustration about the current path tool (both -

[Gimp-developer] Systems 2001 Fair in Munich

2001-09-14 Thread Simon Budig
Hi all. At the Systems 2001 Fair in Munich there will be a Linux Park, an area for Linux and the Free Software scene. I will be there to present the Gimp and I could need some help. So if you have fun with presenting Gimp to lots of different people, want to help them solving their

Re: [Gimp-developer] script-fu-server protocol

2001-09-14 Thread Simon Budig
NunoACHenriques ([EMAIL PROTECTED]) wrote: Where can I find documentation about the Script-fu-server protocol? Sorry if this is an off-topic post but I couldn't find the Protocol anywhere and my problem is: I run the gimp-script-fu-server (Gimp 1.2.1 for Linux) and I

Re: [Gimp-developer] Thin lines using pencil

2001-08-29 Thread Simon Budig
Grzegorz Borowiak ([EMAIL PROTECTED]) wrote: On Wed, 29 Aug 2001, Simon Budig wrote: Please note, that these problems are already solved in the Gimps Paintcore. When you draw a line with the Paintbrush you will see that it is perfectly antialiased and the accumulating color problem

Re: [Gimp-developer] glib/gtk+ 2.0 port

2001-07-27 Thread Simon Budig
Kelly Martin ([EMAIL PROTECTED]) wrote: On Fri, 27 Jul 2001 22:18:32 +0200, Lourens Veen [EMAIL PROTECTED] said: I may be misunderstanding, I'm not a project expert, but if the Gtk API is frozen, the only difference between the CVS HEAD branch and the latest developer release is bugfixes

Re: [Gimp-developer] Plug-ins, menus and user interface

2001-05-25 Thread Simon Budig
Tuomas Kuosmanen ([EMAIL PROTECTED]) wrote: And these menus are the most annoying things ever to use. Since it makes using them really slow, because every time when the menu is adjusted and new things get hidden or shown, the positions of the menu items change, and thus Gaussian blur is not

Re: [gimp-devel] [Gimp-developer] Bug or feature?

2001-03-06 Thread Simon Budig
Chris Brown ([EMAIL PROTECTED]) wrote: Lately I've been having problems using filters on transparent backgrounds. Today for example I was trying to use FlareFX. I wanted the background transparent, the flare shows up in the preview but after clicking OK nothing shows up in my image. Is this a

Re: [gimp-devel] [Gimp-developer] preview icons

2001-02-22 Thread Simon Budig
[For some reason this mail needed two days to appear on the list and then appeared three times. Is there a Problem with the new ML?] Sven Neumann ([EMAIL PROTECTED]) wrote: today this showed up in CVS: 2001-02-20 Simon Budig [EMAIL PROTECTED] * app/interface.c: Added preliminary

<    1   2   3