UIImage-Categories
UIImage-Categories copied to clipboard
🛠 A fork of Trevor Harmon's UIImage category methods, updated for the latest versions of iOS.
I have been using these categories for a couple of months and I am generally very happy with their performance and ease of use. But after the release of iOS8...
This line in UIImage+Resize.m ``` [NSException raise:NSInvalidArgumentException format:@"Unsupported content mode: %d", contentMode]; ``` gives an Xcode warning when running in 64-bit: > Format specifies type 'int' but the argument has...
I updated the iOS 5 fix to the following to resolve the issue: if ( [[[UIDevice currentDevice] systemVersion] floatValue] >= 5.0 && [[[UIDevice currentDevice] systemVersion] floatValue] < 6.0) now the...
This bug occurs with the resizedImageWithContentMode method. I am passing an image whose dimensions are reported to be 4877x3515. When I supply a bounds parameter of 1000x1000, the resultant image's...
Hi there, There are two issues I've found in your podspec. 1. Since you declare a version tag in podspec, you should give your repo a tag named `v0.0.1`. 2....
Any ideas? (Note: I've disabled ARC for these three method files, though the app I'm writing uses ARC.) ``` May 3 11:21:43 MyMac.local MyApp[62951] : CGBitmapContextCreate: unsupported parameter combination: 8...