forked from marcobrambilla/UIImage-Grayscale
-
Notifications
You must be signed in to change notification settings - Fork 0
UIImage+Grayscale is an Objective-C category for converting a UIImage to grayscale taking into account retina displays
License
BurlApps/UIImage-Grayscale
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
UIImage+Grayscale is an Objective-C category for converting a UIImage to grayscale taking into account retina displays. The usage is quite simple, import the header file where needed and use it to produce a grayscale version of an UIImage, like so: UIImage *grayscaleImg = [[UIImage imageWithContentsOfFile:img] convertToGrayscale]; Please have a look at COPYRIGHT for original credits and to the comments in the .m file for interesting insights on grayscale conversion.
About
UIImage+Grayscale is an Objective-C category for converting a UIImage to grayscale taking into account retina displays
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Objective-C 100.0%