RSS
Posted in code
ARTICLE 0 comments
06/21 2009

Unzipping .svgz files in PHP

I recently needed to take user uploaded .svgz files, decompress them (a .svgz file is simply a gzipped .svg file) and read some of the meta data.  The operation is fairly straight forward in PHP but I couldn’t really find a comprehensive example online.  So here is the solution I came up with and it seems to be working quite well:

Share

digg reddit facebook twitter google 
  1. Track comments via RSS 2.0 feed. Feel free to post the comment, or trackback from your web site.

    Currently there are no comments related to article "Unzipping .svgz files in PHP".