You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried using this category on a project that has camera functionality. Unfortunately the scaled output is screwy when the input image is a photo taken in portrait mode. It comes out distorted. The type and magnitude of the distortion varies depending on what scaling mode you use, but it's always pretty severe.
Try using the image file below (direct from my iphone 4s) in the sample project. The distortion appears there for me.
…ra in portrait
mattgemmell#9
Takes into account that rotated images don't have their CGImage rotated, so the rect needs to be rotated to crop correctly.
I tried using this category on a project that has camera functionality. Unfortunately the scaled output is screwy when the input image is a photo taken in portrait mode. It comes out distorted. The type and magnitude of the distortion varies depending on what scaling mode you use, but it's always pretty severe.
Try using the image file below (direct from my iphone 4s) in the sample project. The distortion appears there for me.
https://dl.dropbox.com/u/24362489/image.jpg
The text was updated successfully, but these errors were encountered: