• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

docs/H03-May-2022-6,8955,537

iptc/H03-May-2022-2,9262,542

libiptcdata/H03-May-2022-4,5322,950

m4/H03-May-2022-2,6422,451

po/H07-May-2022-2,9672,389

python/H03-May-2022-1,7751,352

win/H03-May-2022-1,6831,404

ABOUT-NLSH A D28-Aug-200544.2 KiB718673

AUTHORSH A D28-Jan-2007140 74

COPYINGH A D01-Mar-200524.7 KiB483400

ChangeLogH A D05-Jul-20097.5 KiB240155

INSTALLH A D28-Jan-2007810 3523

Makefile.amH A D25-Mar-2009205 117

Makefile.inH A D03-May-202223.5 KiB760670

NEWSH A D05-Jul-20093.5 KiB11786

READMEH A D22-Mar-20071,008 3122

TODOH A D07-Sep-200580 42

aclocal.m4H A D06-Jul-2009282.3 KiB8,0387,219

config.guessH A D29-Aug-200843.8 KiB1,5271,315

config.h.inH A D06-Jul-20092.3 KiB8859

config.rpathH A D28-Aug-200514.6 KiB549443

config.subH A D29-Aug-200832.6 KiB1,6591,514

configureH A D06-Jul-2009780 KiB24,76719,955

configure.inH A D05-Jul-20093.3 KiB11696

depcompH A D11-Jun-200918.2 KiB631407

gtk-doc.makeH A D25-Jul-20085.1 KiB174139

install-shH A D11-Jun-200913.3 KiB521344

libiptcdata.specH A D06-Jul-20093.6 KiB12998

libiptcdata.spec.inH A D28-Jun-20093.6 KiB12998

ltmain.shH A D29-Aug-2008195 KiB6,9575,498

missingH A D11-Jun-200911.2 KiB377281

mkinstalldirsH A D28-Jan-20071.9 KiB11285

README

1libiptcdata
2===========
3
4    David Moore <dcm@acm.org>
5
6
7DESCRIPTION
8-----------
9
10libiptcdata is a library for manipulating the International Press
11Telecommunications Council (IPTC) metadata stored within multimedia
12files such as images.  The library provides routines for parsing,
13viewing, modifying, and saving this metadata.  The library is licensed
14under the GNU Library General Public License (GNU LGPL).
15
16The library implements the standard described at http://www.iptc.org/IIM
17
18The code itself was inspired by the libexif library:
19http://sourceforge.net/projects/libexif, written by Lutz Müller.
20Together, libexif and libiptcdata provide a complete metadata
21solution for image files.
22
23LIMITATIONS
24-----------
25
26The current implementation of libiptcdata only supports extracting IPTC
27data from JPEG files (although it can decode raw IPTC data from any
28source as long as your application provides the data directly).  The
29format for storing IPTC in JPEG files is a de-facto standard developed
30by Adobe.
31