apache.org > XML Federation > xmlgraphics.apache.org
Font size:      

History of Changes

Version Trunk (n/a)

Version 1.1 (22 Dec 2006)

Code

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

Version 1.0 (17 Apr 2006)

Code

  • add Initial release with several components from Batik and FOP: Image codecs, Image writer abstraction, I/O classes, Java2D helpers, PostScript library with Graphics2D implementation. (JM)