1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>libiptcdata Reference Manual: libiptcdata Reference Manual</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<meta name="description" content="This manual documents the interfaces of the libiptcdata library and has some notes to help get you up to speed with using the library.">
<link rel="home" href="index.html" title="libiptcdata Reference Manual">
<link rel="next" href="iptc-about.html" title="About libiptcdata">
<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="book">
<div class="titlepage">
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">libiptcdata Reference Manual</p></th></tr></table></div>
<div><div class="authorgroup"><div class="author">
<h3 class="author">
<span class="firstname">David</span> <span class="surname">Moore</span>
</h3>
<div class="affiliation"><div class="address"><p><br>
<code class="email"><<a class="email" href="mailto:dcm@acm.org">dcm@acm.org</a>></code><br>
</p></div></div>
</div></div></div>
<div><p class="releaseinfo">for libiptcdata 1.0.5
</p></div>
<div><p class="copyright">Copyright © 2005 David Moore</p></div>
<div><div class="legalnotice">
<a name="legalnotice"></a><p>Permission is granted to copy, distribute and/or modify
this document under the terms of the <em class="citetitle">GNU Free
Documentation License</em>, Version 1.1 or any later
version published by the Free Software Foundation with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts. You may obtain a copy of the <em class="citetitle">GNU Free
Documentation License</em> from the Free Software
Foundation by visiting <a class="ulink" href="http://www.fsf.org" target="_top">their Web site</a> or by writing
to: Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.</p>
<p>Many of the names used by companies to distinguish their
products and services are claimed as trademarks. Where those
names appear in this documentation, and those trademarks
are made aware to the documentation author, the names have been
printed in caps or initial caps.</p>
</div></div>
<div><div class="abstract">
<p class="title"><b>Abstract</b></p>
<p>This manual documents the interfaces of the libiptcdata
library and has some notes to help get you up to speed
with using the library.</p>
</div></div>
</div>
<hr>
</div>
<div class="toc"><dl class="toc">
<dt>
<span class="refentrytitle"><a href="iptc-about.html">About libiptcdata</a></span><span class="refpurpose"> — general information</span>
</dt>
<dt>
<span class="refentrytitle"><a href="iptc-commandline.html">The IPTC Command-Line Utility</a></span><span class="refpurpose"> — how to modify IPTC data from the command-line</span>
</dt>
<dt>
<span class="refentrytitle"><a href="iptc-overview.html">libiptcdata Overview</a></span><span class="refpurpose"> — how to use libiptcdata in an application</span>
</dt>
<dt>
<span class="refentrytitle"><a href="iptc-libjpeg.html">libjpeg Interoperability</a></span><span class="refpurpose"> — an example of using libiptcdata together with libjpeg</span>
</dt>
<dt>
<span class="refentrytitle"><a href="iptc-i18n.html">Internationalization</a></span><span class="refpurpose"> — using extended character sets with a libiptcdata application</span>
</dt>
<dt><span class="chapter"><a href="ch01.html">IPTC Data Manipulation</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="libiptcdata-data.html">data</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libiptcdata-dataset.html">dataset</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libiptcdata-tag.html">tag</a></span><span class="refpurpose"></span>
</dt>
</dl></dd>
<dt><span class="chapter"><a href="ch02.html">Format-specific Functions</a></span></dt>
<dd><dl><dt>
<span class="refentrytitle"><a href="libiptcdata-jpeg.html">jpeg</a></span><span class="refpurpose"></span>
</dt></dl></dd>
<dt><span class="chapter"><a href="ch03.html">Helper Functions</a></span></dt>
<dd><dl>
<dt>
<span class="refentrytitle"><a href="libiptcdata-utils.html">utils</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libiptcdata-mem.html">mem</a></span><span class="refpurpose"></span>
</dt>
<dt>
<span class="refentrytitle"><a href="libiptcdata-log.html">log</a></span><span class="refpurpose"></span>
</dt>
</dl></dd>
</dl></div>
</div>
<div class="footer">
<hr>Generated by GTK-Doc V1.28</div>
</body>
</html>
|