History of Changes
Version Trunk (n/a)
Version 1.1 (22 Dec 2006)
Code
-
Added the start of an XMP metadata framework. (JM)
-
ImageWriter abstraction now supports writing multi-page formats like TIFF. (JM)
-
ImageWriter implementation for TIFF output using Image I/O API. (JM)
-
Default implementation for AbstractGraphics2D.drawText(ACI, float, float) so PSGraphics2D supports painting text using the AttributedCharacterIterator. (JM) Thanks to Max Berger.
-
Various fixes and improvements in the ImageWriter abstraction. (JM)
-
Bugfix: The generation of the PostScript setdash command was assuming that only integer values can be used but that isn't the case. (JM)