I want to compress an image (jpeg and png). I found this answer: how to compress image in iphone?
But this resizes the image or take down the quality (or both). I want something like the program 7-zip does for pc. It takes an image and compresses it and gives it .zip as extension. The primary goal is to take down the amount of space it uses on the disk. It is possible to compress an image with objective-c in iOS?