diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2008-10-03 09:42:36 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2008-10-03 09:42:36 +0000 |
commit | 27f1cab7919e22e5cd2b8c00e5c0f175c7a9dc7a (patch) | |
tree | 8ad434ccfadff030650dd0bb751581c12a761f6b /graphics/Makefile | |
parent | 86bd658bded2261a89ce3aa2341d3bc2f7d04a67 (diff) |
- New port: gegl
GEGL (Generic Graphics Library) is a graph based image
processing framework.
GEGL provides infrastructure to do demand based cached
non destructive image editing on larger than RAM buffers.
Through babl it provides support for a wide range of color
models and pixel storage formats for input and output.
WWW: http://gegl.org/
Notes
Notes:
svn path=/head/; revision=221149
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index c14563d6c9a2..1a3cfa7b639e 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -194,6 +194,7 @@ SUBDIR += gdk-pixbuf SUBDIR += gdtclft SUBDIR += geeqie + SUBDIR += gegl SUBDIR += geist SUBDIR += geoapi SUBDIR += geomorph |