Hi,
Does anybody know why I get this error message on Batik's image
decoding during processing
This following line SVG file's <image> tag line?
<image> .... "data:image/jpg;base64,/9j.....
Below are Error Messages:
(Happened at this code block ... JPEGImageDecoder decoder;
// is is InputStream type.
decoder =
JPEGCodec.createJPEGDecoder(is);
BufferedImage image;
image =
decoder.decodeAsBuferedImage();
.... )
JPEG URL is corrupt or unsupported variant
Corrupt JPEG data: 26 extraneous bytes before marker 0x32
Thanks,
Scott Lo