Re: [Gimp-developer] C++ wrapper?

2005-10-26 Thread Jay Cox
On Mon, 2005-10-24 at 22:30 +1000, David Hodson wrote:
 Jay Cox wrote:
 
  If anyone was interested I would be happy to share what I have. 
 
 I'd like to see it, although I won't promise to do anything with it.
 Can you put it up somewhere?
 

I have uploaded it at: http://www.electricmessiah.org/gimpx/

Jay Cox
[EMAIL PROTECTED]


___
Gimp-developer mailing list
Gimp-developer@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer


Re: [Gimp-developer] C++ wrapper?

2005-10-24 Thread David Hodson

Jay Cox wrote:

If anyone was interested I would be happy to share what I have. 


I'd like to see it, although I won't promise to do anything with it.
Can you put it up somewhere?

--
David Hodson  --  this night wounds time
___
Gimp-developer mailing list
Gimp-developer@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer


Re: [Gimp-developer] C++ wrapper?

2005-10-23 Thread Carol Spears
On Sun, Oct 23, 2005 at 01:50:49PM +1000, David Hodson wrote:
 An idle query:
 Has anyone written a C++ wrapper for the Gimp API?
 
there is a C# plug-in somewhere.  that is probably not a wrapper though.

carol

___
Gimp-developer mailing list
Gimp-developer@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer


Re: [Gimp-developer] C++ wrapper?

2005-10-23 Thread Jay Cox
On Sun, 2005-10-23 at 13:50 +1000, David Hodson wrote:
 An idle query:
 Has anyone written a C++ wrapper for the Gimp API?
 

I have written a wrapper for a small subset of the gimp api.

I have partially wrapped GimpDrawable, GimpChannel, GimpLayer, and
GimpImage. I only wrapped the functions I needed at the time.  The pixel
functions would need rewriting because they depend on a closed source
library.

If anyone was interested I would be happy to share what I have. 

Jay Cox
[EMAIL PROTECTED]


___
Gimp-developer mailing list
Gimp-developer@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer


[Gimp-developer] C++ wrapper?

2005-10-22 Thread David Hodson

An idle query:
Has anyone written a C++ wrapper for the Gimp API?

--
David Hodson  --  this night wounds time
___
Gimp-developer mailing list
Gimp-developer@lists.xcf.berkeley.edu
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer