Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fmo91/facemoji
Sample app that replaces faces in photos with emojis.
https://github.com/fmo91/facemoji
Last synced: 28 days ago
JSON representation
Sample app that replaces faces in photos with emojis.
- Host: GitHub
- URL: https://github.com/fmo91/facemoji
- Owner: fmo91
- Created: 2017-09-17T18:15:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T00:33:24.000Z (over 7 years ago)
- Last Synced: 2024-10-05T21:06:31.297Z (3 months ago)
- Language: Swift
- Size: 4.17 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Facemoji
## Introduction
This is a simple app that was created for an iOS introduction workshop.
## Features
* Splash image.
* Takes photos.
* Uses Core Image to get faces position and bounds.
* Simple UICollectionView.
* Literal colors and images.
* Storyboards and programmatic UI.
* Shares images.
* Saves images to photo library.
* UIView animated transitions.## Screenshots
![](./Screenshots/screenshot-01.png)
![](./Screenshots/screenshot-02.png)
![](./Screenshots/screenshot-03.png)
![](./Screenshots/screenshot-04.png)
![](./Screenshots/screenshot-05.png)
![](./Screenshots/screenshot-06.png)