@@ -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 BufferedImage
s to
+ IndexColorModel
using Floyd-Steinberg error-diffusion dither.
+
+
+
+
We did it