Remove colored background in headings for printable version.
[geeqie.git] / doc / image_search_finding_duplicates.html
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
5 <html xmlns="http://www.w3.org/1999/xhtml">
6 <head>
7   <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
8
9   <title>Finding Duplicates - Geeqie User Manual</title>
10   <link rel="stylesheet" type="text/css" href="style.css" media="all" />
11   <link rel="stylesheet" type="text/css" href="style_screen.css" media="screen" />
12   <link rel="stylesheet" type="text/css" href="style_print.css" media="print" />
13 </head>
14
15 <body lang="en-US" dir="ltr">
16   <div class="navtop">
17     <table width="100%" border="0" cellpadding="4" cellspacing="0">
18       <col id="navtop_col1" width="33%"></col>
19       <col id="navtop_col2" width="33%"></col>
20       <col id="navtop_col3" width="33%"></col>
21
22         <tr>
23           <th>
24             <p class="previous"><a href="image_search_search.html">Previous</a>
25             </p>
26           </th>
27
28           <th>
29             <p class="navtop_title">Finding Duplicates &ndash; Image Search</p>
30           </th>
31
32           <th>
33             <p class="next"><a href="collections.html">Next</a>
34             </p>
35           </th>
36         </tr>
37     </table>
38   </div>
39
40   <hr />
41
42   <h1>Finding Duplicates</h1>
43
44   <p>Geeqie provides a utility to find images that have similar attributes or content.</p>
45
46   <p>To display a new Find Duplicates Window press D or select Find duplicates from the File menu.</p>
47
48   <h2>Adding files to be compared</h2>
49
50   <p>Add files to be compared using drag and drop. Drop files or folders onto the Find Duplicates window to add them to the list of files to compare. When one or more folders are dropped onto the window a menu will appear allowing you to choose the desired action:</p>
51  
52   <dl class="menu_desc">
53   <dt>Add contents</dt>
54   <dd><p>The contents of dropped folders will added to the window.</p></dd>
55
56   <dt>Add contents recursive</dt>
57   <dd><p>The contents of dropped folders and all sub folders will be added to the window.</p></dd>
58
59   <dt>Skip folders</dt>
60   <dd><p>Ignore folders contained in the drop list.</p></dd>
61
62   </dl>
63
64   <p>When files are added to the window, the comparison is restarted to include the new files.</p>
65
66   <h2>Comparison methods</h2>
67
68   <p>The attribute to use for two images to match can be selected with the &#8220;Compare by:&#8221; drop down menu. Each method is explained below:</p>
69
70   <dl class="dialog_desc">
71   <dt>Name</dt><dd><p>The file name.</p></dd>
72
73   <dt>Size</dt><dd><p>The file size.</p></dd>
74
75   <dt>Date</dt><dd><p>The file date.</p></dd>
76
77   <dt>Dimensions</dt><dd><p>The image dimensions.</p></dd>
78
79   <dt>Checksum</dt><dd><p>The MD5 file checksum.</p></dd>
80
81   <dt>Path</dt><dd><p>The complete path to file.</p></dd>
82
83   <dt>Similarity (high)</dt><dd><p>Very similar image content.</p></dd>
84
85   <dt>Similarity</dt><dd><p>Similar image content.</p></dd>
86
87   <dt>Similarity (low)</dt><dd><p>Slightly similar image content.</p></dd>
88
89   <dt>Similarity (custom)</dt><dd><p>Similar image content, the value to use to consider two images a match is configured in the <a href="options_advanced.html">Advanced tab</a> of the preferences dialog by setting the &#8220;Custom similarity threshold&#8221;.</p></dd>
90   </dl>
91
92   <h2>Results list</h2>
93
94   <p>Files that match with the selected comparison method will appear in the list. Matching files are grouped in alternating color.</p>
95
96   <p>The order of the result list can not be changed, files will appear in the order of the search. When comparing by image content similarity, the matching groups will be sorted by order of rank starting with the files that are most similar.</p>
97
98   <p>A <b>context menu</b> is available for the result list by right clicking the mouse or pressing the Menu key when a row has the focus.</p>
99
100   <p><b>Keyboard shortcuts</b> available in the results list:</p>
101
102   <div class="find-duplicates-shortcuts">
103     <table width="80%" border="1" cellpadding="2" cellspacing="0">
104     <col id="find_duplicates_shortcuts_col1" width="25%"></col>
105     <col id="find_duplicates_shortcuts_col2" width="25%"></col>
106     <col id="find_duplicates_shortcuts_col3" width="50%"></col>
107    
108     <thead>
109       <tr>
110         <td>
111           <p>Shortcut</p>
112         </td>
113
114         <td>
115           <p>Context menu name</p>
116         </td>
117
118         <td>
119           <p>Description</p>
120         </td>
121       </tr>
122      </thead>
123
124      <tbody>
125       <tr>
126         <td>
127           <p>Enter</p>
128         </td>
129
130         <td>
131           <p>View</p>
132         </td>
133
134         <td>
135           <p>Opens selected image in main window.</p>
136         </td>
137       </tr>
138
139       <tr>
140         <td>
141           <p>V</p>
142         </td>
143
144         <td>
145           <p>View in new window</p>
146         </td>
147
148         <td>
149           <p>Opens selected image in a new window.</p>
150         </td>
151       </tr>
152
153       <tr>
154         <td>
155           <p>Control + A</p>
156         </td>
157
158         <td>
159           <p>Select all</p>
160         </td>
161
162         <td>
163           <p>Selects all images.</p>
164         </td>
165       </tr>
166
167       <tr>
168         <td>
169           <p>Control + Shift + A</p>
170         </td>
171
172         <td>
173           <p>Select none</p>
174         </td>
175
176         <td>
177           <p>Clear the image selection.</p>
178         </td>
179       </tr>
180
181       <tr>
182         <td valign="bottom">
183           <p>1</p>
184         </td>
185
186         <td>
187           <p>Select group 1 duplicates</p>
188         </td>
189
190         <td>
191           <p>Selects the first image from each match group.</p>
192         </td>
193       </tr>
194
195       <tr>
196         <td valign="bottom">
197           <p>2</p>
198         </td>
199
200         <td>
201           <p>Select group 2 duplicates</p>
202         </td>
203
204         <td>
205           <p>Selects all but the first image from each match group.</p>
206         </td>
207       </tr>
208
209       <tr>
210         <td>
211           <p>Control + 1 through<br />
212           Control + 0</p>
213         </td>
214
215         <td>
216           <p>Edit sub menu</p>
217         </td>
218
219         <td>
220           <p>Executes the respective editor command.</p>
221         </td>
222       </tr>
223
224       <tr>
225         <td>
226           <p>Control + P</p>
227         </td>
228
229         <td>
230           <p>Properties</p>
231         </td>
232
233         <td>
234           <p>Opens a properties window for selected images.</p>
235         </td>
236       </tr>
237
238       <tr>
239         <td>
240           <p>C</p>
241         </td>
242
243         <td>
244           <p>Add to new collection</p>
245         </td>
246
247         <td>
248           <p>Creates a new collection containing the selected images.</p>
249         </td>
250       </tr>
251
252       <tr>
253         <td>&nbsp;</td>
254
255         <td>
256           <p>Print</p>
257         </td>
258
259         <td>
260           <p>Opens a print dialog for selected images.</p>
261         </td>
262       </tr>
263
264       <tr>
265         <td>
266           <p>Control + C</p>
267         </td>
268
269         <td>
270           <p>Copy</p>
271         </td>
272
273         <td>
274           <p>Copy selected images.</p>
275         </td>
276       </tr>
277
278       <tr>
279         <td>
280           <p>Control + M</p>
281         </td>
282
283         <td>
284           <p>Move</p>
285         </td>
286
287         <td>
288           <p>Move selected images.</p>
289         </td>
290       </tr>
291
292       <tr>
293         <td>
294           <p>Control + R</p>
295         </td>
296
297         <td>
298           <p>Rename</p>
299         </td>
300
301         <td>
302           <p>Rename selected images.</p>
303         </td>
304       </tr>
305
306       <tr>
307         <td>
308           <p>Control + D</p>
309         </td>
310
311         <td>
312           <p>Delete</p>
313         </td>
314
315         <td>
316           <p>Delete selected images.</p>
317         </td>
318       </tr>
319
320       <tr>
321         <td>
322           <p>Delete</p>
323         </td>
324
325         <td>
326           <p>Remove</p>
327         </td>
328
329         <td>
330           <p>Remove selected images from result list.</p>
331         </td>
332       </tr>
333
334       <tr>
335         <td>
336           <p>Control + Delete</p>
337         </td>
338
339         <td>
340           <p>Clear</p>
341         </td>
342
343         <td>
344           <p>Cleared the result list.</p>
345         </td>
346       </tr>
347
348       <tr>
349         <td>
350           <p>Menu</p>
351         </td>
352
353         <td>&nbsp;</td>
354
355         <td>
356           <p>Displays the context menu.</p>
357         </td>
358       </tr>
359
360       <tr>
361         <td>
362           <p>Control + T</p>
363         </td>
364
365         <td>&nbsp;</td>
366
367         <td>
368           <p>Toggle display of thumbnails.</p>
369         </td>
370       </tr>
371
372       <tr>
373         <td>
374           <p>Control + W</p>
375         </td>
376
377         <td>&nbsp;</td>
378
379         <td>
380           <p>Close window.</p>
381         </td>
382       </tr>
383       </tbody>
384     </table>
385   </div>
386
387   <p>The <b>selection</b> can be changed using the keyboard and mouse the same as in a <a href="main_window_file_pane.html">file pane</a> of the main window.</p>
388
389   <p>The image Dimensions column of the result list will only contain dimension information when comparing by dimensions, or when the data is easily available from memory or has been read from the cache.</p>
390
391   <h2>Status bar</h2>
392
393   <p>Along the bottom of the Find Duplicates window is an area that displays the count of files contained in the window, and the number of files in the result list.</p>
394
395   <p>The status bar will also display the status of an active compare operation using the progress bar. A compare operation involves 2 or 3 stages, depending on the type of comparison. These are the stages in order:</p>
396
397   <p>1) If necessary, extra data is read into memory for the comparison stage, the progress bar will indicate this stage with text that resembles &#8220;reading dimensions...&#8221;, &#8220;reading checksums...&#8221;, or &#8220;reading similarity data...&#8221;.<br />
398   2) The images are compared using the selected method, the progress bar will indicate this stage with the text &#8220;comparing...&#8221;.<br />
399   3) The results are sorted for display, the progress bar will indicate this stage with the text &#8220;sorting...&#8221;.</p>
400
401   <p>Stage 1 is only used for the Dimensions, Checksum, and Similarity compare methods.</p>
402
403   <p>If the time to complete a stage will be significant, an estimated time to completion will also be displayed in the progress bar. The estimated time only refers to the current stage, other stages are not included in the estimate. The time estimate is displayed using the format MINUTES:SECONDS.</p>
404
405   <h2>Thumbnails</h2>
406
407   <p>Thumbnails can be displayed beside each image in the result list by enabling the Thumbnails check box.</p>
408
409   <h2>Compare two file sets</h2>
410
411   <p>Sometimes it is useful to compare one group of files to another, different group of files. Enable this check box to compare two groups of files. When enabled a second list will appear, files can be added to this list using the same methods for the main list.</p>
412
413   <p>When comparing two file sets the results list will display matches between the two lists. For each match group, the first file is always from the main group, and the remaining files are always from the second group.</p>
414
415   <h2>Drag and Drop</h2>
416
417   <p>Drag and drop can be initiated with the primary or middle mouse buttons. Dragging a file that is selected will include all selected files in the drag. Dragging a file that is not selected will first change the selection to the dragged file, and clear the previous selection.</p>
418
419   <hr id="bottomseparator" />
420
421   <div class="navbottom">
422     <table width="100%" border="0" cellpadding="4" cellspacing="0">
423       <col id="navbottom_col1" width="33%"></col>
424       <col id="navbottom_col2" width="33%"></col>
425       <col id="navbottom_col3" width="33%"></col>
426
427         <tr>
428           <th>
429             <p class="previous"><a href="image_search_search.html">Previous</a>
430             </p>
431           </th>
432
433           <th>
434             <p class="navbottom_title"><a href="index.html">Contents</a>
435             </p>
436           </th>
437
438           <th>
439             <p class="next"><a href="collections.html">Next</a>
440             </p>
441           </th>
442         </tr>
443
444     </table>
445   </div>
446
447   <div class="footer">Geeqie User Manual</div>
448   <div class="bottomspacer">&nbsp;</div>
449 </body>
450 </html>