reference/exif/book.xml
762fd781b63e37a13eb616602f715898dd237955
...
...
@@ -1,9 +1,8 @@
1
1
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
-
<!-- Purpose: utilspec.image -->
4
-
<!-- Membership: bundled -->
5
3
6
4
<book xml:id="book.exif" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
5
+
<?phpdoc extension-membership="bundled" ?>
7
6
<title>Exchangeable image information</title>
8
7
<titleabbrev>Exif</titleabbrev>
9
8

...
...
@@ -13,8 +12,9 @@
13
12
<para>
14
13
With the exif extension you are able to work with image meta data. For
15
14
example, you may use exif functions to read meta data of pictures taken
16
-
from digital cameras by working with information stored in the headers of
17
-
the <acronym>JPEG</acronym> and <acronym>TIFF</acronym> images.
15
+
from digital cameras by working with information stored in the headers.
16
+
These are commonly found in <acronym>JPEG</acronym> and
17
+
<acronym>TIFF</acronym> images.
18
18
</para>
19
19
</preface>
20
20
<!-- }}} -->
21
21