Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mgartner/excaliper

A fast image dimension detector inspired by the Node.JS module Calipers.
https://github.com/mgartner/excaliper

Last synced: about 1 month ago
JSON representation

A fast image dimension detector inspired by the Node.JS module Calipers.

Awesome Lists containing this project

README

        

# Excaliper
[![Build Status](https://travis-ci.org/mgartner/excaliper.svg)](https://travis-ci.org/mgartner/excaliper)
[![Coverage Status](https://coveralls.io/repos/mgartner/excaliper/badge.svg?branch=travis-coveralls&service=github)](https://coveralls.io/github/mgartner/excaliper?branch=travis-coveralls)

**TODO:**

- [ ] Write Readme
- [ ] Generate docs
- [ ] Publish to Hex

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add excaliper to your list of dependencies in `mix.exs`:

def deps do
[{:excaliper, "~> 0.0.1"}]
end

2. Ensure excaliper is started before your application:

def application do
[applications: [:excaliper]]
end