Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/velimir/jaypeg

JPEG library for Elixir
https://github.com/velimir/jaypeg

elixir erlang-nif jpeg

Last synced: about 2 months ago
JSON representation

JPEG library for Elixir

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/velimir/jaypeg.svg?branch=master)](https://travis-ci.org/velimir/jaypeg) [![Coverage Status](https://coveralls.io/repos/github/velimir/jaypeg/badge.svg?branch=master)](https://coveralls.io/github/velimir/jaypeg?branch=master)

# Jaypeg

Minimalistic JPEG decoding library.

## Installation

[Available in Hex](https://hex.pm/packages/jaypeg). The package can be installed
by adding `jaypeg` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:jaypeg, "~> 0.1.0"}
]
end
```

The docs can be found at
[https://hexdocs.pm/jaypeg](https://hexdocs.pm/jaypeg).