The libexif package contains a library for parsing, editing, and saving EXIF data. Most digital cameras produce EXIF files, which are JPEG files with extra tags that contain information about the image. All EXIF tags described in EXIF standard 2.1 are supported.
Download (HTTP): http://downloads.sourceforge.net/libexif/libexif-0.6.16.tar.bz2
Download MD5 sum: deee153b1ded5a944ea05d041d959eca
Download size: 691 KB
Estimated disk space required: 10 MB
Estimated build time: 0.1 SBU
Doxygen-1.5.2 and Graphviz-2.12
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libexif
Install libexif by running the following commands:
./configure --prefix=/usr \
            --with-doc-dir=/usr/share/doc/libexif-0.6.16 &&
make
        To test the results, issue: make check.
          Now, as the root user:
        
make install
          Documentation was built and installed if you have the dependencies
          shown above installed. If you don't have the dependencies
          installed, there is a compressed tarball in the source tree
          doc directory that can be unpacked
          into /usr/share/doc/libexif-0.6.16.
        
Last updated on 2007-07-08 11:14:30 -0500