PhiberOptik 0 Junior Poster

Hey guys
I am playing around with tiled (tileset mapping system) it outputs the maps in an xml style format the core data of where the image pieces go in base64 gzip.

<data encoding="base64" compression="gzip">
   H4sIAAAAAAAAAO3DAQ0AAAwCIHuY4v3LGeSw0UuqqqpPDh0GsvgACwAA
  </data>

I'm not sure where to go to unzip this string, I have setup my app to read it but I'm lost from there...done tons of Googling.

Thanks PO