Popularity
7.0
Stable
Activity
4.2
-
19
3
7

Monthly Downloads: 139
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Graphics    
Latest version: v0.6.1.8

hsexif alternatives and similar packages

Based on the "Graphics" category.
Alternatively, view hsexif alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hsexif or a related project?

Add another 'Graphics' Package

README

Tests

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.


*Note that all licence references and agreements mentioned in the hsexif README section above are relevant to that project's source code only.