0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 14 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.markdown More... about 7 years ago
Fixed RGBToHSL() for blue. More... over 7 years ago
Ignore clear pixels when averaging colors. More... about 9 years ago
Added the ability to replace a color with another. More... about 9 years ago
Merge pull request #13 from macguru/master More... about 9 years ago
Fixed an issue getting the right hue due to floats More... about 9 years ago
Fixed some type warnings. More... over 9 years ago
Fixed an issue where not trimming height resulted in empty images. More... over 9 years ago
Fixed an issue where trimming an image's whitespace drew the image to low, hence truncating the last row of pixels. More... almost 10 years ago
Updated podspec More... almost 10 years ago
Merge branch 'master' of github.com:pat2man/CKImageAdditions More... almost 10 years ago
Merge pull request #11 from NachoSoto/master More... about 11 years ago
Fixes #6: fixed issue with transparency trimming More... about 11 years ago
Update podspec More... over 11 years ago
Added podspec More... over 11 years ago
Merge pull request #8 from chwilliam/master More... about 12 years ago
Calloc image memory instead of malloc-ing so you don't end up with junk in transparent areas More... about 12 years ago
Merge pull request #5 from chwilliam/master More... over 12 years ago
Correcting typo where 'respondsToSelector:@selector(scale:)' is used instead of 'respondsToSelector:@selector(scale)' More... over 12 years ago
Added ability to get the average color around a pixel. More... almost 13 years ago
Force examples to load all members of the static library. More... almost 13 years ago
New ImageAdditions Xcode project added to the Examples workspace. More... almost 13 years ago
Added a workspace to hold all the example projects. More... almost 13 years ago
Tested and working on iOS 3.0. Fixed some retina display issues. Adding Xcode 4 support files. More... almost 13 years ago
Added ImageColoring: adjusting hue, saturation, and lightness. More... about 13 years ago
Renamed trimming category. More... about 13 years ago
Added image trimming. More... about 13 years ago
Fixed the transform on the context in CKGraphicsImageContextCreateWithOptions(). More... over 13 years ago
Added UIImage+Rounding with related example. More... over 13 years ago
Fixed the image resizing to detect the screen scale factor and not assume 2.0. Removed a useless left-over line. More... over 13 years ago