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

History of Changes

Version Trunk (n/a)

Version 1.2 (July 2007)

Code

  • add Added support for CMYK and GRAY color spaces for PSGenerator (moved there from PSGraphics2D). (JM) Thanks to Adrian Cumiskey. Fixes 42507.
  • fix Fixed literal text string escaping in PSGenerator. Some characters were not properly escaped. (JM)
  • fix Fixed the PDF/A namespace according to ISO-19005-1:2005/Cor.1:2007 and deprecated the use of the draft PDF/A namespace used by Adobe Acrobat 7.x. (JM)

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)