Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorgenpt/uiimage-categories
Various useful UIImage categories
https://github.com/jorgenpt/uiimage-categories
Last synced: 22 days ago
JSON representation
Various useful UIImage categories
- Host: GitHub
- URL: https://github.com/jorgenpt/uiimage-categories
- Owner: jorgenpt
- Created: 2012-03-14T18:02:56.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-16T20:08:49.000Z (almost 13 years ago)
- Last Synced: 2024-10-03T12:34:31.403Z (3 months ago)
- Language: Objective-C
- Homepage:
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
UIImage categories
==================This repository has various UIImage categories that might be useful.
Resize, Alpha, RoundedCorner
----------------------------The initial code was taken from [Trevor Harmon's blog][trevor-blog]. Big
shout-out to him for writing these! His original licensing terms:> All code presented here is free for both personal and commercial use, with or
> without modification. No warranty is expressed or implied.[trevor-blog]: http://vocaro.com/trevor/blog/2009/10/12/resize-a-uiimage-the-right-way/