Thanks for the info. I will give it a shot.
Regards,
Harsh Govind
-Original Message-
From: Even Rouault [mailto:even.roua...@mines-paris.org]
Sent: Friday, October 23, 2009 1:08 PM
To: Harsh Govind
Cc: gdal-dev@lists.osgeo.org
Subject: Re: [gdal-dev] Zip/Unzip
Selon Harsh Govind
Selon Harsh Govind :
cpl_minizip_* is just a copy&paste from the corresponding files from the zlib
source package. So you'll probably find ressources/examples on their site. In
GDAL, we use zlib (gzip) compression & uncompression and zip (pkzip)
uncompression, but not zip compression, which is req
I see a Zip/Unzip API in GDAL cpl_minizip_ioapi.h and cpl_minizip_unzip inside
port directory and would like to use it for purpose of creating kmz. Has anyone
used those for zip/unzip? Any example/literature that someone can point me to
would really help.
I would prefer going through the API ra