7 libexif is a library for parsing, editing, and saving EXIF data. It is
8 intended to replace lots of redundant implementations in command-line
9 utilities and programs with GUIs.
14 libexif supports parsing, editing and saving of EXIF data. In addition, it
15 has gettext support. All EXIF tags described in EXIF standard 2.1
21 libexif is written in plain C and does not require any additional library.
26 If you are looking for a library to read/write MakerNotes, get libmnote.
27 libexif is about tags.
32 Right now, I know of the following frontends to libexif:
33 - exif: A small command-line utility to show EXIF information in JPEG files
34 (http://www.sourceforge.net/projects/libexif).
35 - gexif: A GTK+ frontend for editing EXIF data
36 (http://www.sourceforge.net/projects/libexif).
37 - gphoto2: A command-line frontend to libgphoto2, a library to access a
38 wide range of digital cameras (http://www.gphoto.org).
39 - gtkam: A GTK+ frontend to libgphoto2 (http://www.topfrose.de).
40 If you would like to migrate your program to use libexif or add EXIF support
41 to it, don't hesitate to contact the authors.
46 libexif includes a 'libjpeg' that is 'educational code to illustrate the
47 syntax of JPEG files'. Please ignore it. It is a bug that it is
48 distributed, but I think it may be useful for other people.
53 libexif has originally been written by Curtis Galloway
54 <curtisg@users.sourceforge.net>. Because of the original design not
55 supporting editing and saving, Lutz Müller <lutz@users.sourceforge.net>
56 rewrote libexif from scratch.