Short: libexif - EXIF handling library Author: Curtis Galloway, Lutz Mueller, various Uploader: info ar-kleinert de Type: util/libs Version: 0.6.16 (21.5.2007) Replaces: util/libs/libexif.lha Architecture: m68k-amigaos >= 3.1.0 libexif is a library for parsing, editing, and saving EXIF data. It is intended to replace lots of redundant implementations in command-line utilities and programs with GUIs. libexif has originally been written by Curtis Galloway . Because of the original design not supporting editing and saving, Lutz Müller rewrote libexif from scratch. libexif is LGPL software. ************************************************************************** Amiga release v0.3 (1.2.2008) This port has been done by Andreas R. Kleinert with the purpose of creating an Amiga shared library that wraps libexif - adding some certain layer of abstraction - for usage from within graphics programs like SView5. The name of the Amiga shared library is "exifdata.library" - it does not export the API of libexif directly, but only a subset in form of Amiga-specific wrappers. The API intentionally is publicly documented now, even though it is not mature yet. This archive only includes libexif.lib (for SAS/C) and the original source files including modifications made so far. Note, that exif-mem.c has been accomplished by 2 alternatives - please choose either one. Default is exif-mem3.c Location of library: libexif/libexif.lib Note: A snprintf() for SAS/C can be found in dev/c/sc-snprintf.lha