Vlad Andersen

1pod

UIImage-ResizeMagick

Resizing UIImage on iOS should be simple. This category provides a simple, yet flexible syntax to resize any image to your needs.

  • (UIImage *) resizedImageByMagick: (NSString *) spec;

where spec conforms to the ImageMagick syntax conventions (think Paperclip).

UIImage* resizedImage = [image resizedImageByMagick: @"320x320#"];

License: MIT

  • Objective C