-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdocs.html
More file actions
115 lines (92 loc) · 2.69 KB
/
docs.html
File metadata and controls
115 lines (92 loc) · 2.69 KB
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
105
106
107
108
109
110
111
112
113
114
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta name="referrer" content="no-referrer-when-downgrade" />
<title>libexif Project Documentation</title>
<style type="text/css">
body {
color: #000;
background-color: #fff;
}
a:link {
color: #00f;
background-color: inherit;
text-decoration: underline;
}
a:active {
color: #f00;
background-color: inherit;
text-decoration: underline;
}
a:visited {
color: #a0a;
background-color: inherit;
text-decoration: underline;
}
a:hover {
color: #f00;
background-color: inherit;
text-decoration: underline;
}
div.banners {
border: solid 1px #000;
padding: 2px;
margin: 0;
background-color: #ddd;
color: #000;
height: 37px;
}
div.banners * {
vertical-align: middle;
}
pre {
border: dashed 1px #000;
padding: 2px;
background-color: #eee;
color: #000;
}
</style>
</head>
<body>
<h1><a href=".">libexif Project</a> Documentation</h1>
<h2>libexif</h2>
<ul>
<li><a href="api/">API Documentation</a> for programmers wishing to use libexif in their programs</li>
<li><a href="internals/">Library Internals</a> for programmers wishing to modify libexif itself</li>
<li><a href="https://github.com/libexif/libexif/blob/master/README">README</a></li>
<li><a href="https://github.com/libexif/libexif/blob/master/README-Win32.txt">Win32 README</a></li>
<li><a href="https://github.com/libexif/libexif/tree/master/contrib/examples">Example programs</a></li>
</ul>
<h2>exif</h2>
<ul>
<li><a href="man/exif.html">man page</a> for the command-line client</li>
<li><a href="https://github.com/libexif/exif/blob/master/README">README</a></li>
</ul>
<h2>libexif-gtk</h2>
<ul>
<li><a href="https://github.com/libexif/libexif-gtk/blob/master/README">README</a></li>
</ul>
<h2>gexif</h2>
<ul>
<li><a href="https://github.com/libexif/gexif/blob/master/README">README</a></li>
</ul>
<h2>libexif-testsuite</h2>
<ul>
<li><a href="https://github.com/libexif/libexif-testsuite/blob/master/README">README</a></li>
</ul>
<div class="banners">
<a
href="https://validator.w3.org/check?uri=referer" title="Verify this page is valid XHTML 1.0"><img
src="https://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0!" height="31" width="88" style="border:0;" /></a>
<a href="https://jigsaw.w3.org/css-validator/check/referer" title="Verify this page is valid CSS"><img
style="border:0;width:88px;height:31px"
src="https://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!" /></a>
<span>Last update: 2022-06-15</span>
</div>
</body>
</html>