to unzip an image file sent after gzipping it on the server side i know i have to use gzopen.
i want to know if there is a more direct and simple way to do this with 'compressiontype' or something related that once i have the 'zipped image data' received from the server using NSURLconnection can i load an imageview using an easier method.