Bill Frowine on Resize a UIImage the right way Hi I was just using the UIImage+Resize category and am getting the following errors:
1. Semantic Issue enumeration values uiimage orientation ...
Tal on Resize a UIImage the right way Hi.
I want to take images taken with the iphone camera (landscape or portrait) and resize them to a manageable size ...
Trevor on Resize a UIImage the right way The thumbnail code does preserve aspect ratio; it uses UIViewContentModeScaleAspectFill. It produces a square image because thumbnails are usually squared ...