babl r335 - in trunk: . docs



Author: ok
Date: Thu Jun 12 22:40:23 2008
New Revision: 335
URL: http://svn.gnome.org/viewvc/babl?rev=335&view=rev

Log:
* docs/index-static.html.in: moved the babl directory overview here
from the GEGL site.


Modified:
   trunk/ChangeLog
   trunk/docs/index-static.html.in

Modified: trunk/docs/index-static.html.in
==============================================================================
--- trunk/docs/index-static.html.in	(original)
+++ trunk/docs/index-static.html.in	Thu Jun 12 22:40:23 2008
@@ -82,6 +82,7 @@
         <li><a href='#Shortcut_coverage'>&nbsp;&nbsp;Shortcut&nbsp;Coverage</a></li>
         <li><a href='#Environment'>&nbsp;&nbsp;Environment</a></li
         <li><a href='#Extending'>&nbsp;&nbsp;Extending</a></li>
+        <li><a href='#DirectoryOverview'>&nbsp;&nbsp;Directory Overview</a></li>
         <!--<li><a href='#ColorManagement'>Color Management</a></li>-->
         <li><a href='#TODO'>Todo</a></li>
         <li><a href='#Copyright'>Copyright</a></li>
@@ -291,7 +292,7 @@
     </ul>-->
 
     <a name='Shortcut_coverage'></a>
-    <h3>Shortcut coverage</h3>
+    <h3>Shortcut Coverage</h3>
     <p>The diagram shown below visualizes the coverage of current shortcut
     conversions. Dots indicate a direct conversion is provided for, the height
     of the bar indicates the number of conversions steps needed in a chain of
@@ -319,19 +320,34 @@
     by allowing lower numerical accuracy</p>.
 
 
-        <a name='Extending'></a>
-        <h2>Extending</h2>
-        
-        <p>For samples of how the current internal API specification of
-        data types, color models, and conversions look in the <tt><a href='http://svn.gnome.org/viewcvs/babl/trunk/extensions/'>extensions/</a></tt>
-        directory. The tables in this HTML file is directly generated
-        based on the data registered by BablCore (double and RGBA), BablBase
-        (core datatypes, and RGB models), extensions (CIE Lab, naive CMYK,
-        various shortcut conversions).<!--The API's used are very
-        similar in style to the API's described under the <a href='#Usage'>Usage section</a>.-->
-        </p>
+    <a name='Extending'></a>
+    <h2>Extending</h2>
+    
+    <p>For samples of how the current internal API specification of
+    data types, color models, and conversions look in the <tt><a href='http://svn.gnome.org/viewcvs/babl/trunk/extensions/'>extensions/</a></tt>
+    directory. The tables in this HTML file is directly generated
+    based on the data registered by BablCore (double and RGBA), BablBase
+    (core datatypes, and RGB models), extensions (CIE Lab, naive CMYK,
+    various shortcut conversions).<!--The API's used are very
+    similar in style to the API's described under the <a href='#Usage'>Usage section</a>.-->
+    </p>
 
 
+    <a name='DirectoryOverview'></a>
+    <h2>Directory Overview</h2>
+<pre><tt>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 (the document you are reading
+               originated there.</tt></pre>
 
     <!--
     <div class='screen'>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]