[erlang-questions] Reading JPEG images in Erlang

Bob Ippolito bob@REDACTED
Tue Aug 3 17:38:17 CEST 2010


On Tue, Aug 3, 2010 at 10:59 PM, Zvi <zvi.avraham@REDACTED> wrote:
> Hi,
>
> I trying to parse JPEG file in Erlang. I tried jungerl erl_img
> library, it seems to be working for other image formats, but not for
> JPEG.
> I prefer native Erlang code, but if not available, I would use binding
> to some C library.
> Any pointers?

Try using a different one, some of the versions of erl_img out there e
just broken. I think this is the branch we use internally:
http://github.com/emad/erl_img

-bob


More information about the erlang-questions mailing list