Added adapter GEGL operations for reading and writing to TileManagers.

2007-12-29  Øyvind Kolås  <pippin@gimp.org>

	Added adapter GEGL operations for reading and writing to TileManagers.

	* configure.in:
	* app/Makefile.am: added gegl subdir.
	* app/gegl/Makefile.am: added.
	* app/gegl/gimpops.c: (gimp_gegl_ops_init):
	* app/gegl/gimpoptilesink.[ch]: adapter GEGL operation for writing to
	GIMP tile managers.
	* app/gegl/gimpoptilesource.[ch]: adapter GEGL operation for reading
	from GIMP tile managers.
	* app/main.c: (main): call gimp_gegl_ops_init()
	* app/gegl/gegl/: added some headers from GEGL that are not installed
	since they are not public API yet.

svn path=/trunk/; revision=24458
This commit is contained in:
Øyvind Kolås
2007-12-29 00:57:51 +00:00
committed by Øyvind Kolås
parent 25aec86548
commit b06afdec24
14 changed files with 971 additions and 1 deletions

View File

@ -279,6 +279,7 @@ static const GOptionEntry main_entries[] =
{ NULL }
};
void gimp_gegl_ops_init (void);
int
main (int argc,
@ -385,6 +386,8 @@ main (int argc,
gimp_init_signal_handlers ();
gimp_gegl_ops_init ();
app_run (argv[0],
filenames,
system_gimprc,