mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-08-05 04:25:29 -04:00
Additional features section.
This commit is contained in:
parent
8899c7ae90
commit
60016469b4
29
index.html
29
index.html
@ -59,7 +59,7 @@
|
|||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<h2><a id="user-content-features" class="anchor" href="#features" aria-hidden="true"><span class="octicon octicon-link"></span></a>File formats supported</h2>
|
<h2><a id="formats" class="anchor" href="#formats" aria-hidden="true"><span class="octicon octicon-link"></span></a>File formats supported</h2>
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
@ -479,6 +479,33 @@ For BMP, JPEG, and TIFF formats the TwelveMonkeys plugins provides extended form
|
|||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
<h2><a id="features" class="anchor" href="#features" aria-hidden="true"><span class="octicon octicon-link"></span></a>Additional features</h2>
|
||||||
|
|
||||||
|
<h3>Adobe Clipping Path support</h3>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Read and write Adobe Clipping Paths to/from TIFF, JPEG and PSD files and apply them to images.
|
||||||
|
|
||||||
|
See <a href="https://github.com/haraldk/TwelveMonkeys/wiki/Photoshop-Clipping-Path-support">Adobe Clipping Path support on the Wiki</a>
|
||||||
|
for more details and example code.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h3>High quality image resampling</h3>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
High quality image resampling (often referred to as scaling or resizing), using the <code>ResampleOp</code>.
|
||||||
|
Supports various interpolation algorithms, like Lanczos or Mitchell.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<h3>Diffusion dither</h3>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
The library comes with a dithering operation, that can be used to convert <code>BufferedImage</code>s to
|
||||||
|
<code>IndexColorModel</code> using Floyd-Steinberg error-diffusion dither.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<hr>
|
||||||
|
|
||||||
<p>We did it</p>
|
<p>We did it</p>
|
||||||
</section>
|
</section>
|
||||||
<footer>
|
<footer>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user