#1111: Removed some obsolete pages.
parent
f75acfa911
commit
3b3d84493f
@ -1,45 +0,0 @@
|
||||
__doctype__
|
||||
<html>
|
||||
__header1__
|
||||
<body>
|
||||
__sidebar1__
|
||||
|
||||
<div id="content">
|
||||
__maintitle__
|
||||
<h2>Example 2: addmoddel.cpp</h2>
|
||||
<p>Sample usage of high-level Exiv2 library calls to add, modify and delete Exif metadata.</p>
|
||||
|
||||
__example2__
|
||||
|
||||
<p>Here is the image with the Exif metadata from this example</p>
|
||||
|
||||
<img style="border:1px solid #CCCCCC;" src="include/img_2158.jpg" height="386"
|
||||
width="360" title="img_2158.jpg (28036 Bytes)"
|
||||
alt="Image containing the Exif metadata from example 2">
|
||||
|
||||
<p>Using the print function from
|
||||
<a title="Reading and printing the Exif metadata of an image"
|
||||
href="example1.html">Example1</a> shows the
|
||||
following Exif tags in the image. Note the tag
|
||||
<em>Exif.Image.ExifTag</em>: It is required by the Exif standard because
|
||||
the metadata contains an <em>Exif.Photo.*</em> tag and is automatically
|
||||
added by Exiv2 to ensure that the Exif structure is valid.</p>
|
||||
|
||||
<a name="exifprint"></a>
|
||||
<div class="fragment"><pre>
|
||||
<span class="stringliteral">$ exifprint img_2158.jpg</span>
|
||||
Exif.Image.Model 0x0110 Ascii 7 Test 1
|
||||
Exif.Image.SamplesPerPixel 0x0115 Short 1 162
|
||||
Exif.Image.XResolution 0x011a SLong 1 -2
|
||||
Exif.Image.YResolution 0x011b SRational 1 -2/3
|
||||
Exif.Image.ExifTag 0x8769 Long 1 89
|
||||
Exif.Photo.DateTimeOriginal 0x9003 Ascii 20 2000:12:31 23:59:59
|
||||
</pre></div>
|
||||
|
||||
__footer__
|
||||
</div>
|
||||
<!-- closes content -->
|
||||
|
||||
__tracker__
|
||||
</body>
|
||||
</html>
|
@ -1,38 +0,0 @@
|
||||
__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>
|
@ -1,23 +0,0 @@
|
||||
__doctype__
|
||||
<html>
|
||||
__header1__
|
||||
<body>
|
||||
__sidebar1__
|
||||
|
||||
<div id="content">
|
||||
__maintitle__
|
||||
<h2>Example 4: iptceasy.cpp</h2>
|
||||
|
||||
<p>This shows the quickest way to access, set or modify IPTC metadata, which is similar to how std::map works. The sample
|
||||
program writes the IPTC data to a file. <a title="Reading and printing the IPTC metadata of an image"
|
||||
href="example3.html#smiley1">Example 3</a> has the image with this IPTC data.</p>
|
||||
|
||||
__example4__
|
||||
|
||||
__footer__
|
||||
</div>
|
||||
<!-- closes content -->
|
||||
|
||||
__tracker__
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue