summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorØyvind Kolås <pippin@gimp.org>2019-07-24 16:23:23 +0200
committerØyvind Kolås <pippin@gimp.org>2019-07-24 16:23:23 +0200
commitc97b47ccd7dfe2039288d3136fbb1464c01665f5 (patch)
tree59e19dab8b034aec9a36f02700526d8fa88974e8 /docs
parentdff11553ae4bce9e4009ea2489dddc0f1821ae10 (diff)
AUTHORS: update
Diffstat (limited to 'docs')
-rw-r--r--docs/index-static.html.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/docs/index-static.html.in b/docs/index-static.html.in
index c30ae15..4596fd1 100644
--- a/docs/index-static.html.in
+++ b/docs/index-static.html.in
@@ -48,7 +48,7 @@
<h2>Features</h2>
<ul>
- <li>Runtim-extendable with new formats, color models, components and datatypes, and SIMD code paths.</li>
+ <li>Dynamically extendable with new formats, color models, components and datatypes, and SIMD code paths.</li>
<li>Reference 64bit floating point conversions for datatypes and color
models, with 32bit floating point reference speed-ups in some places.
</li>
@@ -88,8 +88,7 @@ conversions using babl formats.
to the GEGL release.</p>
<!--NEWS-->
- For more detailed changes see git log, for summaries of older releases see
- <a href='OldNews.html'>archived release summaries</a>.
+ For more detailed changes see git log.
<a name='Usage'></a>
@@ -119,7 +118,7 @@ conversions using babl formats.
64bit floating point.
</p>
- <p>To speed up operations, ffast path conversions are used.
+ <p>To speed up operations, fast path conversions are used.
The registered shortcut might also be used by babl as an intermediate
conversion when constructing BablFishes for other conversions.
</p>
@@ -167,6 +166,7 @@ lab_buffer = malloc (pixel_count * 3 * sizeof (float));
<p>If the existing pixel formats are not sufficient for your conversion
needs, new ones can be created on the fly. The constructor
+ needs, new ones can be created on the fly. The constructor
will provide the prior created one if duplicates are registered. </p>
<pre
>const Babl *format = <span class='function'>babl_format_new</span> <span class='paren'>(</span><span class='function'>babl_model</span> <span class='paren'>(</span><span class='string'>"R'G'B'"</span><span class='paren'>)</span>,
@@ -289,4 +289,3 @@ lab_buffer = malloc (pixel_count * 3 * sizeof (float));
</div>
</body>
-</html>