Kalpana Kalpana (Editor)

Batik (software)

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Written in
  
Java

License
  
Apache License 2.0

Operating system
  
Cross-platform

Batik (software)

Developer(s)
  
Apache Software Foundation

Stable release
  
1.8 / March 17, 2015; 22 months ago (2015-03-17)

Type
  
Scalable Vector Graphics (SVG)

Batik is a pure-Java library that can be used to render, generate, and manipulate SVG graphics. (SVG is an XML markup language for describing two-dimensional vector graphics.) IBM supported the project and then donated the code to the Apache Software Foundation, where other companies and teams decided to join efforts. Batik provides a set of core modules that provide functionality to:

  • Render and dynamically modify SVG content,
  • Transcode SVG content to some raster Graphics file formats, such as PNG, JPEG and TIFF,
  • Transcode Windows Metafiles to SVG (WMF or Windows Metafile Format is the vector format used by Microsoft Windows applications),
  • And manage scripting and user events on SVG documents.
  • The Batik distribution also contains a ready-to-use SVG browser (called Squiggle) making use of the above modules.

    The name of the library comes from the Batik painting technique.

    Status

    Batik was long the most conformant existing SVG 1.1 implementation and as of 2011 is just a small fraction behind Opera.

    The latest 1.7 version, made available on January 10, 2008, has an "almost full" implementation of the current state of the sXBL specification, a nearly complete implementation of SVG declarative animation SMIL features, and some of the SVG 1.2 late October 2004 working draft (see SVG's Development history).

    References

    Batik (software) Wikipedia