You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by Thomas E Deweese <th...@kodak.com> on 2001/05/16 14:47:48 UTC

Tiff support in Batik

Hi all,

  My commit was too large and bounced.  

  I also wanted to take a moment to thank Vincent and Sun Microsystems
for the contribution of the Tiff reader/writer we are using.  It's
immediately useful and a great basis for future development.

---

  Modified:    .        build.xml
               resources/org/apache/batik/apps/svgbrowser/resources
                        GUI.properties
               resources/org/apache/batik/transcoder/image/resources
                        Messages.properties
               sources/org/apache/batik/apps/rasterizer Main.java
               sources/org/apache/batik/apps/svgbrowser
                        JSVGViewerFrame.java
               sources/org/apache/batik/bridge SVGBrokenLinkProvider.java
               sources/org/apache/batik/ext/awt/image/rendered
                        Any2sRGBRed.java TileMap.java
               sources/org/apache/batik/ext/awt/image/spi
                        ImageTagRegistry.java PNGRegistryEntry.java
               sources/org/apache/batik/extension/svg
                        BatikRegularPolygonElement.java
                        BatikStarElement.java
               sources/org/apache/batik/transcoder/image PNGTranscoder.java
               sources/org/apache/batik/util SoftReferenceCache.java
               xdocs    faq.xml
  Added:       samples/tests sm_colors.tif sm_colors_pb.tif
                        sm_colors_pb_tile.tif sm_colors_tile.tif tiff.svg
               sources/org/apache/batik/ext/awt/image/codec
                        SeekableOutputStream.java
               sources/org/apache/batik/ext/awt/image/codec/tiff
                        TIFFDecodeParam.java TIFFDirectory.java
                        TIFFEncodeParam.java TIFFFaxDecoder.java
                        TIFFField.java TIFFImage.java TIFFImageDecoder.java
                        TIFFImageEncoder.java TIFFLZWDecoder.java
               sources/org/apache/batik/ext/awt/image/spi
                        TIFFRegistryEntry.java
               sources/org/apache/batik/transcoder/image
                        TIFFTranscoder.java
  Log:
  1) Tiff support, you can now reference most types of Tiff images from
     the svg image tag, and you can now save to Tiff from the viewer and
     the rasterizer (mime-type 'image/tiff').
  
  2) Updated build.xml
     a) Includes brokenLink.svg file in bridge jar.
     b) builds lib/batik-extension.jar with the sample extension classes/code.
  
  3) Fixed a subtle blue tinting of PNG images (caused by a no-op
     ColorConvertOp).
  
  4) Cleaner threads for soft reference caches are now daemon
  
  5) Added test files for tiff (still need to develop more).
  
  6) Added FAQs on the fact that batik-extension.jar is not included in
     any of the batik tools by default.
  
  NOTE: There is still lots of work to be with the Tiff support (both
        clean up and extension work), but for simple uses it is there
        and should work well.  The Trascoder is especially ugly for now.

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org