Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/croath/UIImageView-BetterFace-Swift
The Swift version of https://github.com/croath/UIImageView-BetterFace
https://github.com/croath/UIImageView-BetterFace-Swift
Last synced: 7 days ago
JSON representation
The Swift version of https://github.com/croath/UIImageView-BetterFace
- Host: GitHub
- URL: https://github.com/croath/UIImageView-BetterFace-Swift
- Owner: croath
- License: mit
- Archived: true
- Created: 2014-06-03T17:29:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T23:30:25.000Z (over 7 years ago)
- Last Synced: 2024-08-15T17:57:59.040Z (4 months ago)
- Language: Swift
- Size: 1.52 MB
- Stars: 467
- Watchers: 19
- Forks: 43
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios - UIImageView-BetterFace-Swift - The Swift version of https://github.com/croath/UIImageView-BetterFace (Media / Image)
- awesome-ios-star - UIImageView-BetterFace-Swift - The Swift version of https://github.com/croath/UIImageView-BetterFace (Media / Image)
- awesome-swift-cn - UIImageView-BetterFace-Swift - autoresize images and if any face discovered refine the position of the image. (Libs / Images)
README
UIImageView-BetterFace-Swift
============================The Swift version of https://github.com/croath/UIImageView-BetterFace
##Why?
- Have problems showing the resized image previews?
- People in the preview only have chins but not faces?
- A group photo doesn't look well?Try UIImageView-BetterFace!
##Preview
![preview](https://raw.github.com/croath/UIImageView-BetterFace/master/doc/preview.png)
##How?
1. drag `BFImageView.swift` to your project
2. use `BFImageView` subclass
3. add this:`anImageView.needsBetterFace = true`
4. done
5. still have problems? clone the project and see the demo.