Sign up now! · Forgot password?
gimpusers.com RSS feed
58 @ identi.ca
819 @ Twitter

c++ gimp plug-in

ForumsFor GIMP developers (read-only) ► c++ gimp plug-in

Sent: 2010-08-06 02:58:03 UTC (almost 2 years ago)

From: Tim Chen

c++ gimp plug-in

Hi,

I am developing a GIMP plug-in with C for quite some time and I just
realized that there is a useful C++ library that could save me a lot
of trouble.

Is it possible to write GIMP plug-in in C++? If it is possible, is
there any sample code or template available in GIMP plug-in repository
and is there anything particular I should be aware of when mixing
c/c++ together for developing GIMP plug-in?

Best,
Tim

_______________________________________________
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Sent: 2010-08-06 23:24:21 UTC (almost 2 years ago)

From: Sven Neumann

c++ gimp plug-in

On Fri, 2010-08-06 at 08:58 +0800, Tim Chen wrote:

> I am developing a GIMP plug-in with C for quite some time and I just
> realized that there is a useful C++ library that could save me a lot
> of trouble.
>
> Is it possible to write GIMP plug-in in C++?

Well, C can be used easily from C++, so there is nothing to prevent you
from using C++ to write a GIMP plug-in.

Sven

_______________________________________________
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Sent: 2010-08-07 08:01:16 UTC (almost 2 years ago)

From: Alexandre Prokoudine

c++ gimp plug-in

On 8/6/10, Tim Chen wrote:

> Is it possible to write GIMP plug-in in C++?

Yes. there are several 3rd party plug-ins for GIMP written in C++:
GREYCstoration, G'MIC, Resynthesizer.

Alexandre Prokoudine
http://libregraphicsworld.org

_______________________________________________
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer