Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

🛠 A fork of Trevor Harmon's UIImage category methods, updated for the latest versions of iOS.

License

Notifications You must be signed in to change notification settings

mbcharbonneau/UIImage-Categories

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8867113 Â· Oct 31, 2016

History

30 Commits
Oct 27, 2016
Aug 26, 2016
Jun 19, 2016
May 29, 2013
Mar 19, 2016
Jun 19, 2016
Feb 2, 2013
Jun 19, 2016
Aug 27, 2014
Jun 19, 2016
Feb 2, 2013
May 29, 2013
Jun 19, 2016

Repository files navigation

UIImage Categories

About

UIImage Categories is a fork of Trevor Harmon's category methods for cropping and resizing UIImage objects in iOS. Read more on his 2009 blog post on the subject:

Despite its ease of use, or perhaps because of it, UIImage suffers from some serious limitations. Key among these is its lack of support for resizing the image, a feature that is normally handled dynamically by its companion, the UIImageView component. However, should an iPhone application need to reduce the size of an image for storage or for exchange with an external entity (such as a web server), the UIImage class is insufficient.

This fork includes several fixes for compiler warnings and drawing bugs which have surfaced in newer versions of the iOS SDK.

Contributing

PRs are welcome, but please include some test images to demonstrate what's being fixed. That way I can test against regressions when merging future changes!

About

🛠 A fork of Trevor Harmon's UIImage category methods, updated for the latest versions of iOS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published