I want to keep a UIImage the same viewable size but reduce it's file size. Is there a way to do this?
For example, if the user is saving 10 images taken with the camera, i'd like them to come to a smaller file size while keeping most of the quality and the same width and height of the original image.
UIImageView, the latter seems to make sense to me. The camera shoots many more pixels than the device is capable of showing (without zooming in). – Rob Dec 1 '12 at 21:11