gegl r2426 - trunk/docs
- From: ok svn gnome org
- To: svn-commits-list gnome org
- Subject: gegl r2426 - trunk/docs
- Date: Thu, 12 Jun 2008 22:49:27 +0000 (UTC)
Author: ok
Date: Thu Jun 12 22:49:27 2008
New Revision: 2426
URL: http://svn.gnome.org/viewvc/gegl?rev=2426&view=rev
Log:
* index-static.txt.in: moved the babl directory overview to babl.
Modified:
trunk/docs/ChangeLog
trunk/docs/index-static.txt.in
Modified: trunk/docs/index-static.txt.in
==============================================================================
--- trunk/docs/index-static.txt.in (original)
+++ trunk/docs/index-static.txt.in Thu Jun 12 22:49:27 2008
@@ -31,7 +31,7 @@
* Iterative chunk-wise processing.
* Processes subregions and dependencies.
* Subgraph caches to aid non destructive editing performance.
- - GeglBuffer
+ - link:api.html#GeglBuffer[GeglBuffer]
* Storage of all babl supported formats.
* Tiled sparse buffers (larger than RAM images).
* On demand tiled mipmapping.
@@ -180,21 +180,26 @@
Public API
~~~~~~~~~~
-The link:api.html[public API] is the API used for creating things with GEGL,
-this API does not change much at all and is also the API provided by language
-bindings. To make the public API available when compiling a .c file add
-#include <link:gegl.h.html[gegl.h]>, compile and link with the flags provided
-by pkg-config and you should be all set. When you are comfortable with the
-public API, or are using GEGL in some project looking at the
-link:operations.html[Operation reference] might be useful.
+The link:api.html[public API reference] documents the API used for creating
+things with GEGL, this API does not change much at all and is also the API
+provided by language bindings. To make the public API available when compiling
+a .c file add #include <link:gegl.h.html[gegl.h]>, compile and link with the
+flags provided by pkg-config and you should be all set. When you are
+comfortable with the public API, or are using GEGL in some project looking at
+the link:operations.html[Operation reference] might be useful.
+
+The public API also includes link:api.html#GeglBuffer[GeglBuffer], a flexible
+tiled and linear raster buffer storage system.
Bindings
^^^^^^^^
The bindings for use of GEGL in other programming languages than C are
co-hosted with GEGL in GNOME subversion but are not part of the regular GEGL
distribution. The following language bindings are currently available:
-link:rgegl/index.html[ruby], link:pygegl/index.html[python]:: and
-link:gegl-sharp/index.html[C#/Mono].
+
+http://gegl.org/gegl-vala[vala], http://gegl.org/gegl-sharp/[C#], http://
+http://gegl.org/pygegl/[Python] and http://gegl.org/rgegl/[Ruby].
+
Hello world
^^^^^^^^^^^
@@ -478,23 +483,6 @@
â
âââtools some small utilities to help the build.
-babl dirs
-^^^^^^^^^
-
- babl-dist-root
- â
- âââbabl the babl core
- â âââbase reference implementations for RGB and Grayscale Color Models,
- â 8bit 16bit, and 32bit and 64bit floating point.
- âââextensions CIE-Lab color model as well as a naive-CMYK color model.
- â also contains a random cribbage of old conversion optimized
- â code from gggl. Finding more exsisting conversions in third
- â part libraries (hermes, lcms?, liboil?) could improve the
- â speed of babl.
- âââtests tests used to keep babl sane during development.
- âââdocs Documentation/webpage for babl.
-
-
++++++++
<div id='toc'>
<div id="toctitle">Table of Contents</div>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]