Hi André. Andre: > How do I transform a binary image to a base64 encoded svg element? > > This may be trivial to you pros, but I just found few snippets of code to > this, > which weren't helpful. I know of the ImageHandlerBase64Encoder, > but this isn't sufficient. > > I appreciate any links or code samples.
You can use the Base64EncoderStream class: http://xmlgraphics.apache.org/batik/javadoc/org/apache/batik/util/Base64EncoderStream.html -- Cameron McCormack, http://mcc.id.au/ xmpp:[EMAIL PROTECTED] ▪ ICQ 26955922 ▪ MSN [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
