Re: [Gimp-developer] gimp-help-2 status

2003-12-11 Thread Daniel Egger
Am Mit, den 10.12.2003 schrieb Roman Joost um 22:55: > With Raymonds help i'm now be able to build the help with UTF-8 encoded > XML files, which are "xincluded" in the gimp.xml file. Cool. Incidently I've also been working on this and my Mac really has troubles when trying to compile such files

[Gimp-developer] Calling plugin from plugins

2003-12-11 Thread Shrinivas Kulkarni
Is there anyway to call a plugin within plugin. For example I would like to invoke GFig plugin from my own plugin. Example is really appreciated.   I thought initially using PDB related functions we may be able to do it.   Thanks and regards,Shrinivas Kulkarni.  

Re: [Gimp-developer] Calling plugin from plugins

2003-12-11 Thread Simon Budig
Shrinivas Kulkarni ([EMAIL PROTECTED]) wrote: > Is there anyway to call a plugin within plugin. For example I would > like to invoke GFig plugin from my own plugin. Example is really > appreciated. > > I thought initially using PDB related functions we may be able to do it. It all depends on the

Re: [Gimp-developer] Calling plugin from plugins

2003-12-11 Thread Shrinivas Kulkarni
Thanks a lot Simon... I have one more question! Can we use GIMP's filters without GIMP. What I mean to ask can we use GIMP as lib. Hope I am making myself clear. Thanks and reagards, Shrinivas - Original Message - From: "Simon Budig" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thu

Re: [Gimp-developer] Calling plugin from plugins

2003-12-11 Thread Simon Budig
Shrinivas Kulkarni ([EMAIL PROTECTED]) wrote: > I have one more question! Can we use GIMP's filters without GIMP. What I > mean to ask can we use GIMP as lib. Hardly. Of course you could implement the libgimp protocol, but I seriously doubt that this is feasible. You can however run gimp without

Re: [Gimp-developer] Calling plugin from plugins

2003-12-11 Thread Shrinivas Kulkarni
Hi Simon, I really appreciate your quick response. About the other solution, that is to make GIMP running a background, I am aware of it. But I am not sure how I can call PDB functions from my program to a process that is running in background. Do you want to say that I should run GIMP from my ap

Re: [Gimp-developer] Displaying image using GTK

2003-12-11 Thread Dave Neary
Hi Shrinivas, Shrinivas Kulkarni wrote: Is there any way to display GIMP image in GTK controls? If by GIMP image you mean an XCF, then I don't know of any such widget. However, the GtkImage widget supports a number of file formats - including png, tiff, xbm, gif and jpeg. There is one more que

Re: [Gimp-developer] Calling plugin from plugins

2003-12-11 Thread Simon Budig
Shrinivas Kulkarni ([EMAIL PROTECTED]) wrote: > I really appreciate your quick response. > About the other solution, that is to make GIMP running a background, I am > aware of it. But I am not sure how I can call PDB functions from my program > to a process that is running in background. > > Do yo

Re: [Gimp-developer] Calling plugin from plugins

2003-12-11 Thread Shrinivas Kulkarni
Well it is nothing like I am reluctant, I thought I am giving enough info. Anywa sorry for it. Here is what I wanted to do. I am writing a program which displays point cloud using VTK. Now this is the only one part of what I am doing. Other part user will have a 2D window, which will reflect curre

Re: [Gimp-developer] Displaying image using GTK

2003-12-11 Thread Daniel Rogers
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Shrinivas Kulkarni wrote: | Is there any way to display GIMP image in GTK controls? There is one | more question I have is that, can we write a standalone app using GIMP. | This question arises, because, I do not want to use all the | funcitonality of G

Re: [Gimp-developer] Displaying image using GTK

2003-12-11 Thread Sven Neumann
Hi, Daniel Rogers <[EMAIL PROTECTED]> writes: > It depends on what you mean by "using GIMP." You can use gimp as a > rendering backend, if you want. There has been some discussion of the > portability of our internal widgets and that they might be useful as > another library. The code is much

Re: [Gimp-developer] Tool Dialogs stuck on top

2003-12-11 Thread Jeff Trefftzs
On Mon, 2003-12-08 at 17:00, Sven Neumann wrote: > See my comments on http://bugzilla.gnome.org/show_bug.cgi?id=128833 > > The strange thing is that the session management seems to work > sometimes, sometimes not. We will have to investigate further why the > proper placement of the dialog fails

Re: [Gimp-developer] Displaying image using GTK

2003-12-11 Thread Shrinivas Kulkarni
By "using GIMP" I mean to use GIMP as library. Such facilty may be necessary since we may not want user to have all the functionality that Core GIMP provides. For example, we may want user to draw on the image( lines, curves), but may want user to allow apply rich filters GIMP provides. The proble