Cameron McCormack wrote: >> How do I transform a binary image to a base64 encoded svg element? > > You can use the Base64EncoderStream class: > > > http://xmlgraphics.apache.org/batik/javadoc/org/apache/batik/util/Base64EncoderStream.html
If you want a command line tool, here's a little UNIX shell script that converts PNG files to SVG. You need file(1) and openssh(1). -Archie __________________________________________________________________________ Archie Cobbs * CTO, Awarix * http://www.awarix.com
png2svg.sh
Description: application/shellscript
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
