From 41fd6a78329dbedfb8b60397fade3708e507da71 Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Sat, 24 Apr 2021 18:22:05 +0200 Subject: [PATCH] Added Batik/JDK section. --- index.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/index.html b/index.html index ccd34a60..37da4366 100644 --- a/index.html +++ b/index.html @@ -474,6 +474,13 @@ The goal is to create a set of efficient and robust ImageIO plug-ins, that can b +

Important note on using Batik: +Please read The Apacheā„¢ XML Graphics Project - Security, +and make sure you use version 1.14 or later.

+

Note that GIF, PNG and WBMP formats are already supported through the ImageIO API, using the +JDK standard plugins. +For BMP, JPEG, and TIFF formats the TwelveMonkeys plugins provides extended format support and additional features.

+

Basic usage

Most of the time, all you need to do is simply include the plugins in your project and write: