How to build GEGL op for gimp
Forums ► For GEGL developers (read-only) ► How to build GEGL op for gimp
-
DetectiveCakes
(over 2 years ago)
- Martin Nordholts (over 2 years ago)
Sent: 2009-10-20 04:04:41 UTC (over 2 years ago)
From: DetectiveCakes
How to build GEGL op for gimp
I've written a GEGL operation in C, but I can't find a scrap of documentation
on how to actually build it appropriately and install it in gimp so I can
access it from the tools menu with the rest of the gegl ops. I imagine I'm
missing something obvious, a shove in the right direction would be much
appreciated.If it matters, I'm on Mac OS 10.6 or Ubuntu 9.10
--
Ben S. (via www.gimpusers.com)
_______________________________________________
Gegl-developer mailing list
Gegl-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer
Sent: 2009-10-20 19:13:08 UTC (over 2 years ago)
From: Martin Nordholts
How to build GEGL op for gimp
On 10/20/2009 04:04 AM, Ben S. wrote:
> I've written a GEGL operation in C, but I can't find a scrap of documentation
> on how to actually build it appropriately and install it in gimp so I can
> access it from the tools menu with the rest of the gegl ops. I imagine I'm
> missing something obvious, a shove in the right direction would be much
> appreciated.The GIMP GEGL Operation tool uses the installed GEGL operations in
$prefix/lib/gegl-0.1 so build your op normally and just put it in the GEGL
lib dir and GIMP should pick it up./ Martin
--
My GIMP Blog:
http://www.chromecode.com/_______________________________________________
Gegl-developer mailing list
Gegl-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer



