You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.2 KiB
HTML
39 lines
1.2 KiB
HTML
__doctype__
|
|
<html>
|
|
__header1__
|
|
<body>
|
|
__sidebar1__
|
|
|
|
<div id="content">
|
|
__maintitle__
|
|
<h2>Example 3: iptcprint.cpp</h2>
|
|
|
|
<p>This is a very simple program to read and print the IPTC metadata
|
|
of an image.</p>
|
|
|
|
__example3__
|
|
|
|
<a name="smiley1"></a>
|
|
<p><img style="border:1px solid #CCCCCC;" src="include/smiley1.jpg" height="140" width="167" title="smiley1.jpg (2909 Bytes)" alt="Sample image with the IPTC data shown below"></p>
|
|
|
|
<div class="fragment"><pre>
|
|
<span class="stringliteral">$ iptcprint smiley1.jpg</span>
|
|
|
|
Iptc.Application2.Headline 0x0069 String 17 The headline I am
|
|
Iptc.Application2.Keywords 0x0019 String 19 Yet another keyword
|
|
Iptc.Application2.DateCreated 0x0037 Date 8 2004-08-03
|
|
Iptc.Application2.Urgency 0x000a String 5 very!
|
|
Iptc.Envelope.ModelVersion 0x0000 Short 1 42
|
|
Iptc.Envelope.TimeSent 0x0050 Time 11 14:41:00-05:00
|
|
Iptc.Application2.RasterizedCaption 0x007d Undefined 8 230 42 34 2 90 84 23 146
|
|
Iptc.0x0009.0x0001 0x0001 String 9 Who am I?
|
|
</pre></div>
|
|
|
|
__footer__
|
|
</div>
|
|
<!-- closes content -->
|
|
|
|
__tracker__
|
|
</body>
|
|
</html>
|