exif - A Haskell binding to a subset of libexif

Description

This is a Haskell binding to a subset of libexif. Only tag reading is currently supported. Image files containing EXIF data can be read from memory or disk.

API Documentation

Haddock-generated API documentation

Download

Darcs

$ darcs get --partial http://www.cs.chalmers.se/~bringert/darcs/haskell-exif/

Tarball

Latest release: exif-2006.7.11.tar.gz

You can also use exif-latest.tar.gz which should always redirect you to the latest release tarball.

Installation

  1. Unpack the sources and enter the source directory:
    $ tar -zxf exif-2006.7.11.tar.gz
    $ cd exif-2006.7.11
    
  2. Configure:
    $ runghc Setup.hs configure
    
  3. Build:
    $ runghc Setup.hs build
    
  4. Install (as root):
    # runghc Setup.hs install
    

Maintainer

bjorn@bringert.net

License

BSD3