Quote:
Originally Posted by Stitch
The trouble is the images are rotated 90 degrees anti-clockwise. Is there an easy way to fix this?
|
Yes, if you take a picture with the iPhone's camera, the UIImage.imageOrientation property might be set to UIImageOrientationDown, UIImageOrientationRight, or whatever, and the resize code posted here doesn't take that into account. For a fix, see
this thread.