Class ImageHandlerBase64Encoder

java.lang.Object
org.apache.batik.svggen.DefaultImageHandler
org.apache.batik.svggen.ImageHandlerBase64Encoder
All Implemented Interfaces:
XMLConstants, ErrorConstants, ImageHandler, SVGSyntax, CSSConstants, SVGConstants

public class ImageHandlerBase64Encoder extends DefaultImageHandler
This implementation of ImageHandler encodes the input image as a PNG image first, then encodes the PNG image using Base64 encoding and uses the result to encoder the image url using the data protocol.
See Also: