I have divergent needs for the image returned from the iPhone camera. My app scales the image down for upload and display and, recently, I added the ability to save the imag
UIImage *newImage = [UIImage imageWithData:UIImagePNGRepresentation(oldImage)];