Re: [Gimp-developer] Porting the decompose/compose plugin

2011-09-15 Thread Kevin Cozens
On 11-08-14 05:11 PM, Alexander Hämmerle wrote: > decompose.c: > > Including "babl/babl.h" > > and simply defining > > const Babl *rgb = babl_format ("RGB u8"); > > in the function extract_hsv without doing anything else brings me to: > > fatal error: segmentation fault > Gimp-Base-WARNING **: 4 ti

[Gimp-developer] Porting the decompose/compose plugin

2011-08-14 Thread Alexander Hämmerle
Hi there, i'm currently porting the decompose/compose plugins to use babl, but i'm bumping into the following error: decompose.c: Including "babl/babl.h" and simply defining const Babl *rgb = babl_format ("RGB u8"); in the function extract_hsv without doing anything else brings me to: fatal