Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lbrndnr/museumguide
A small framework that makes UIImage accessible
https://github.com/lbrndnr/museumguide
Last synced: about 2 months ago
JSON representation
A small framework that makes UIImage accessible
- Host: GitHub
- URL: https://github.com/lbrndnr/museumguide
- Owner: lbrndnr
- License: mit
- Created: 2015-07-28T20:28:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-04T10:26:27.000Z (over 8 years ago)
- Last Synced: 2024-10-31T16:19:57.556Z (2 months ago)
- Language: Swift
- Homepage:
- Size: 3.51 MB
- Stars: 22
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MuseumGuide
[![Twitter: @lbrndnr](https://img.shields.io/badge/[email protected]?style=flat)](https://twitter.com/lbrndnr)
[![License](http://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/lbrndnr/MuseumGuide/blob/master/LICENSE)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)## About
MuseumGuide is a small framework that makes `UIImage` accessible. It generates accessible labels to describe given images. It does so by extracting the exif payload and doing some basic image processing.This is still at a very early stage. Check out the issues to see what's on the roadmap.
![Screenshot](https://raw.githubusercontent.com/lbrndnr/MuseumGuide/master/Screenshots/Example.png)
## Installation
### CocoaPods
```ruby
pod "MuseumGuide", "~> 0.0.1"
```###Carthage
```objc
github "lbrndnr/MuseumGuide" ~> 0.0.1
```## Requirements
MuseumGuide is written in Swift 2.0.## Author
I'm Laurin Brandner, I'm on [Twitter](https://twitter.com/lbrndnr).## License
MuseumGuide is licensed under the [MIT License](http://opensource.org/licenses/mit-license.php).