Skip to content

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

Notifications You must be signed in to change notification settings

DogoApp/UIImage-Categories

 
 

Repository files navigation

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.

Original repository was created by Marc Charbonneau. This fork was created and maintained by Josh Ha-Nyung Chung.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 100.0%