Added Batik/JDK section.

This commit is contained in:
Harald Kuhr 2021-04-24 18:22:05 +02:00
parent f6dd5d7f83
commit 41fd6a7832

View File

@ -474,6 +474,13 @@ The goal is to create a set of efficient and robust ImageIO plug-ins, that can b
</tbody> </tbody>
</table> </table>
<p><strong>Important note on using Batik:</strong>
<em>Please read <a href="http://xmlgraphics.apache.org/security.html" rel="nofollow">The Apache™ XML Graphics Project - Security</a>,
and make sure you use version 1.14 or later.</em></p>
<p>Note that GIF, PNG and WBMP formats are already supported through the ImageIO API, using the
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.desktop/javax/imageio/package-summary.html" rel="nofollow">JDK standard plugins</a>.
For BMP, JPEG, and TIFF formats the TwelveMonkeys plugins provides extended format support and additional features.</p>
<h2><a id="user-content-basic-usage" class="anchor" href="#basic-usage" aria-hidden="true"><span class="octicon octicon-link"></span></a>Basic usage</h2> <h2><a id="user-content-basic-usage" class="anchor" href="#basic-usage" aria-hidden="true"><span class="octicon octicon-link"></span></a>Basic usage</h2>
<p>Most of the time, all you need to do is simply include the plugins in your project and write:</p> <p>Most of the time, all you need to do is simply include the plugins in your project and write:</p>