plugins: Port compose.c to gegl

This commit is contained in:
Téo Mazars 2013-07-07 15:55:42 +02:00
parent 9daf2b8443
commit 409cb44e6f
3 changed files with 375 additions and 801 deletions

View File

@ -576,6 +576,7 @@ compose_LDADD = \
$(libgimpcolor) \
$(libgimpbase) \
$(GTK_LIBS) \
$(GEGL_LIBS) \
$(RT_LIBS) \
$(INTLLIBS) \
$(compose_RC)

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@
'color-exchange' => { ui => 1 },
'colorify' => { ui => 1 },
'colormap-remap' => { ui => 1 },
'compose' => { ui => 1 },
'compose' => { ui => 1, gegl => 1 },
'contrast-normalize' => {},
'contrast-retinex' => { ui => 1 },
'contrast-stretch' => {},