https://github.com/velimir/jaypeg
JPEG library for Elixir
https://github.com/velimir/jaypeg
elixir erlang-nif jpeg
Last synced: 28 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T13:59:18.000Z (almost 6 years ago)
- Last Synced: 2025-04-25T16:19:57.200Z (about 2 months ago)
- Topics: elixir, erlang-nif, jpeg
- Language: Elixir
- Size: 47.9 KB
- Stars: 5
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/velimir/jaypeg) [](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).