From 60016469b4c0ebd623e3a01a04f9e13a8d201c53 Mon Sep 17 00:00:00 2001 From: Harald Kuhr Date: Sun, 25 Apr 2021 12:21:27 +0200 Subject: [PATCH] Additional features section. --- index.html | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index a5d02f1c..a1722156 100644 --- a/index.html +++ b/index.html @@ -59,7 +59,7 @@
-

File formats supported

+

File formats supported

@@ -479,6 +479,33 @@ For BMP, JPEG, and TIFF formats the TwelveMonkeys plugins provides extended form
+

Additional features

+ +

Adobe Clipping Path support

+ +

+ Read and write Adobe Clipping Paths to/from TIFF, JPEG and PSD files and apply them to images. + + See Adobe Clipping Path support on the Wiki + for more details and example code. +

+ +

High quality image resampling

+ +

+ High quality image resampling (often referred to as scaling or resizing), using the ResampleOp. + Supports various interpolation algorithms, like Lanczos or Mitchell. +

+ +

Diffusion dither

+ +

+ The library comes with a dithering operation, that can be used to convert BufferedImages to + IndexColorModel using Floyd-Steinberg error-diffusion dither. +

+ +
+

We did it