plug-ins: port compose

This commit is contained in:
Michael Natterer 2019-08-29 19:22:50 +02:00
parent 37897b13fe
commit c765fb2b6a
3 changed files with 481 additions and 404 deletions

View File

@ -388,8 +388,6 @@ colormap_remap_LDADD = \
$(INTLLIBS) \
$(colormap_remap_RC)
compose_CPPFLAGS = $(AM_CPPFLAGS) -DGIMP_DEPRECATED_REPLACE_NEW_API
compose_SOURCES = \
compose.c

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@
'checkerboard' => { ui => 1, gegl => 1 },
'cml-explorer' => { ui => 1, gegl => 1, old_api => 1 },
'colormap-remap' => { ui => 1, gegl => 1 },
'compose' => { ui => 1, gegl => 1, old_api => 1 },
'compose' => { ui => 1, gegl => 1 },
'contrast-retinex' => { ui => 1, gegl => 1 },
'crop-zealous' => { gegl => 1, old_api => 1 },
'curve-bend' => { ui => 1, gegl => 1, old_api => 1 },