Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).