<dd>stability fixes</dd>
<dt>Ell</dt>
<dd>fast paths</dd>
+ <dt>Guiu Rocafort</dt>
+ <dd>sanity crash fix</dd>
+ <dt>Tobias Stoeckmann</dt>
+ <dd>bug fixes for leaks and crashers</dd>
+ <dt>Debarshi Ray</dt>
+ <dd>SSE2 version of CIE code paths</dd>
<dt>Félix Piédallu</dt>
- <dd>Initial meson build</dd>
+ <dd>Meson build; original port, and improvements.</dd>
<dt>Yaakov Selkowitz</dt>
<dd>Cygwin patch</dd>
<dt>Étienne Bersac</dt>
<dd>build/packaging</dd>
+ <dt>Nuno Ferreira</dt>
+ <dd>coding style fixes</dd>
+ <dt>John Marshall</dt>
+ <dd>meson build improvements</dd>
+
+
+
</dl>
<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>
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>
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>
<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>,
</div>
</body>
-</html>