Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/velimir/jaypeg
- Owner: velimir
- License: mit
- Created: 2019-06-18T10:56:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T13:59:18.000Z (over 5 years ago)
- Last Synced: 2024-05-02T00:25:18.480Z (8 months ago)
- Topics: elixir, erlang-nif, jpeg
- Language: Elixir
- Size: 47.9 KB
- Stars: 5
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).