[svg-developers] How to make SVGZ from a SVG file?

2006-06-12 Thread Fernando Kogik
Hello all, I have an web application where we have to pass a large SVG but the bandwidth is your Bottleneck. For that, i´m think about using Gzip libraries to make an SVGZ file, that can be opened in ASV3.0. Is there any Borland C++ libraries and/or Java libraries to implement Gzip algorithms?

Re: [svg-developers] How to make SVGZ from a SVG file?

2006-06-12 Thread Peter Thompson
Is there any Borland C++ libraries and/or Java libraries to implement Gzip algorithms? In Java, look at GZIPOutputStream. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Re: [svg-developers] How to make SVGZ from a SVG file?

2006-06-12 Thread Jeroen Vanattenhoven
I think you can also do this at web server level. With Apache you can configure whether you want to use gzip if I'm not mistaken. The same probably works with IIS. Jeroen Fernando Kogik schreef: Hello all, I have an web application where we have to pass a large SVG but the bandwidth is

Re: [svg-developers] How to make SVGZ from a SVG file?

2006-06-12 Thread Holger Will
Fernando Kogik schrieb: Hello all, I have an web application where we have to pass a large SVG but the bandwidth is your Bottleneck. For that, i´m think about using Gzip libraries to make an SVGZ file, that can be opened in ASV3.0. Is there any Borland C++ libraries and/or Java libraries to