Minimalistic JPEG decoding library.
Available in Hex. The package can be installed
by adding jaypeg
to your list of dependencies in mix.exs
:
def deps do
[
{:jaypeg, "~> 0.1.0"}
]
end
The docs can be found at https://hexdocs.pm/jaypeg.
Minimalistic JPEG decoding library.
Available in Hex. The package can be installed
by adding jaypeg
to your list of dependencies in mix.exs
:
def deps do
[
{:jaypeg, "~> 0.1.0"}
]
end
The docs can be found at https://hexdocs.pm/jaypeg.