Mercurial > geeqie.yaz
annotate doc/7_1_exif.html @ 1042:e59a9c96d290
Shorten config_window_apply() a bit, reduce code redunancy.
author | zas_ |
---|---|
date | Sun, 07 Sep 2008 19:42:19 +0000 |
parents | 1b01410e6860 |
children | 578a27d20b47 |
rev | line source |
---|---|
8 | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 <HTML> | |
3 <HEAD> | |
4 <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1"> | |
5 <TITLE>EXIF Sidebar - GQview User Manual</TITLE> | |
6 <META NAME="CREATED" CONTENT="20040805;23590500"> | |
7 <META NAME="CHANGED" CONTENT="20041001;16441100"> | |
8 </HEAD> | |
9 <BODY LANG="en-US" DIR="LTR"> | |
10 <CENTER> | |
11 <TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0 STYLE="page-break-before: always"> | |
12 <COL WIDTH=85*> | |
13 <COL WIDTH=85*> | |
14 <COL WIDTH=85*> | |
15 <THEAD> | |
16 <TR VALIGN=TOP> | |
17 <TD WIDTH=33%> | |
18 <P><A HREF="7_sidebars.html">Previous</A></P> | |
19 </TD> | |
20 <TD WIDTH=33%> | |
21 <P ALIGN=CENTER>EXIF - Sidebars</P> | |
22 </TD> | |
23 <TD WIDTH=33%> | |
24 <P ALIGN=RIGHT><A HREF="7_2_sort_manager.html">Next</A></P> | |
25 </TD> | |
26 </TR> | |
27 </THEAD> | |
28 </TABLE> | |
29 </CENTER> | |
30 <HR> | |
31 <H1>7.1 EXIF Sidebar</H1> | |
32 <P>The EXIF sidebar displays EXIF data that is embedded in an image. | |
33 The sidebar has two choices of data display, standard and advanced.</P> | |
34 <P>To toggle display of the The EXIF sidebar press Control + E or | |
35 select “Exif data” from the View menu.</P> | |
36 <P><BR><BR> | |
37 </P> | |
38 <P><B>EXIF</B>: Stands for “Exchangeable image file format”, | |
39 it is the common format used to store additional information into the | |
40 JPEG and TIFF file formats. EXIF is the standard for saving the | |
41 settings used when taking a photo with a digital camera, however | |
42 other imaging devices and some software also use the EXIF format to | |
43 store settings in the image file.</P> | |
44 <P>The EXIF parser in GQview conforms to version 2.2 of the EXIF | |
45 specification, with the exception that GPS attributes are ignored. In | |
46 addition, manufacturer extensions to the format are not supported, | |
47 this includes the proprietary data stored in the MakerNote Tag. | |
48 GQview support of EXIF is read only.</P> | |
49 <P><BR><BR> | |
50 </P> | |
51 <P><U>Standard view</U></P> | |
52 <P STYLE="margin-left: 0.79in">The standard view of the EXIF sidebar | |
53 displays information that is common to most cameras, data is | |
54 displayed in the standard format for each attribute.</P> | |
55 <P><U>Advanced view</U></P> | |
56 <P STYLE="margin-left: 0.79in">The advanced view displays all tags | |
57 that are present in the image. Unlike the standard view, data is | |
58 displayed in raw format.</P> | |
59 <P><BR><BR> | |
60 </P> | |
61 <P><U>Customizing the standard view</U></P> | |
62 <P STYLE="margin-left: 0.79in">Additional information can be added to | |
63 the standard view. To add custom EXIF tags to the standard view, | |
64 switch to the advanced view. The first column of each row in the | |
65 advanced view is a check box, enabling the check box will result in | |
66 the corresponding tag to appear in the standard view. Customized tags | |
67 are displayed in the order that they are added.</P> | |
68 <P STYLE="margin-left: 0.79in">To remove customized tags from the | |
69 standard view, switch to the advanced view and disable the check box | |
70 next to the tag (or tags) you want to remove.</P> | |
71 <P><BR><BR> | |
72 </P> | |
73 <P><BR><BR> | |
74 </P> | |
75 <HR> | |
76 <CENTER> | |
77 <TABLE WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0> | |
78 <COL WIDTH=85*> | |
79 <COL WIDTH=85*> | |
80 <COL WIDTH=85*> | |
81 <THEAD> | |
82 <TR VALIGN=TOP> | |
83 <TD WIDTH=33%> | |
84 <P><A HREF="7_sidebars.html">Previous</A></P> | |
85 </TD> | |
86 <TD WIDTH=33%> | |
87 <P ALIGN=CENTER><A HREF="index.html">Contents</A></P> | |
88 </TD> | |
89 <TD WIDTH=33%> | |
90 <P ALIGN=RIGHT><A HREF="7_2_sort_manager.html">Next</A></P> | |
91 </TD> | |
92 </TR> | |
93 </THEAD> | |
94 <TBODY> | |
95 <TR VALIGN=TOP> | |
96 <TD WIDTH=33%> | |
97 <P><BR> | |
98 </P> | |
99 </TD> | |
100 <TD WIDTH=33%> | |
101 <P ALIGN=CENTER><BR> | |
102 </P> | |
103 </TD> | |
104 <TD WIDTH=33%> | |
105 <P ALIGN=RIGHT>GQview User Manual</P> | |
106 </TD> | |
107 </TR> | |
108 </TBODY> | |
109 </TABLE> | |
110 </CENTER> | |
111 <P STYLE="margin-bottom: 0in"><BR> | |
112 </P> | |
113 </BODY> | |
938
1b01410e6860
dropped references to OpenOffice.org as suggested at
nadvornik
parents:
8
diff
changeset
|
114 </HTML> |