Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 396 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 396 Bytes

This category allows you to resize an UIImage at a constraint size, or proportionally so that it fits in a given CGSize.

This category defines the following methods :

-(UIImage*)resizedImageToSize:(CGSize*)size;
-(UIImage*)resizedImageToFitInSize:(CGSize*)size scaleIfSmaller:(BOOL)scale;

This methods takes correctly the imageOrientation / EXIF orientation into account.