Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emmanueltouzery/hsexif
- Owner: emmanueltouzery
- License: bsd-3-clause
- Created: 2014-04-12T22:52:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-05-13T11:33:25.000Z (over 1 year ago)
- Last Synced: 2024-11-01T00:41:01.696Z (2 months ago)
- Topics: exif, haskell, jpeg
- Language: Haskell
- Size: 4.42 MB
- Stars: 19
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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