Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emmanueltouzery/hsexif

Exif parser in pure haskell
https://github.com/emmanueltouzery/hsexif

exif haskell jpeg

Last synced: about 2 months ago
JSON representation

Exif parser in pure haskell

Awesome Lists containing this project

README

        

[![Tests][circleci-image]][circleci-url]

An exif parsing library in pure haskell.

You can check the api docs on the hackage page: http://hackage.haskell.org/package/hsexif

The license is BSD3.

When building on windows if you have trouble with the `iconv` library you can also build without it. That way you loose nice decoding of the EXIF user comments though.

cabal install -f-iconv

NB: the test images were also modified with
exiv2 -M"set Exif.Photo.UserComment charset=Unicode Test Exif commentčšž" test.jpg
to get user comments.

[circleci-image]: https://circleci.com/gh/emmanueltouzery/hsexif.svg?style=shield
[circleci-url]: https://circleci.com/gh/emmanueltouzery/hsexif