Reformat more pages.
[geeqie.git] / doc / image_search_finding_duplicates.html
1 <?xml version="1.0" encoding="iso-8859-1"?>
2
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5   <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />
6
7   <title>Finding Duplicates - Geeqie User Manual</title>
8   <link rel="stylesheet" type="text/css" href="style.css" />
9 </head>
10
11 <body lang="en-US" dir="ltr">
12   <div class="navtop">
13     <table width="100%" border="0" cellpadding="4" cellspacing="0">
14       <col id="navtop_col1" width="33%"></col>
15       <col id="navtop_col2" width="33%"></col>
16       <col id="navtop_col3" width="33%"></col>
17
18       <thead>
19         <tr>
20           <td>
21             <p class="previous"><a href="image_search_search.html">Previous</a>
22             </p>
23           </td>
24
25           <td>
26             <p class="navtop_title">Finding Duplicates &ndash; Image Search</p>
27           </td>
28
29           <td>
30             <p class="next"><a href="collections.html">Next</a>
31             </p>
32           </td>
33         </tr>
34       </thead>
35     </table>
36   </div>
37
38   <hr />
39
40   <h1>Finding Duplicates</h1>
41
42   <p>Geeqie provides a utility to find images that have similar attributes or content.</p>
43
44   <p>To display a new Find Duplicates Window press D or select Find duplicates from the File menu.</p>
45
46   <p><br />
47   <br />
48   </p>
49
50   <h2>Adding files to be compared</h2>
51
52   <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>
53
54   <p>
55   <dl class="menu_desc">
56   <dt>Add contents</dt>
57   <dd><p>The contents of dropped folders will added to the window.</p></dd>
58
59   <dt>Add contents recursive</dt>
60   <dd><p>The contents of dropped folders and all sub folders will be added to the window.</p></dd>
61
62   <dt>Skip folders</dt>
63   <dd><p>Ignore folders contained in the drop list.</p></dd>
64
65   </dl>
66   </p>
67
68   <p>When files are added to the window, the comparison is restarted to include the new files.</p>
69
70   <p><br />
71   <br />
72   </p>
73
74   <h2>Comparison methods</h2>
75
76   <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>
77
78   <dl class="dialog_desc">
79   <dt>Name</dt><dd><p>The file name.</p></dd>
80
81   <dt>Size</dt><dd><p>The file size.</p></dd>
82
83   <dt>Date</dt><dd><p>The file date.</p></dd>
84
85   <dt>Dimensions</dt><dd><p>The image dimensions.</p></dd>
86
87   <dt>Checksum</dt><dd><p>The MD5 file checksum.</p></dd>
88
89   <dt>Path</dt><dd><p>The complete path to file.</p></dd>
90
91   <dt>Similarity (high)</dt><dd><p>Very similar image content.</p></dd>
92
93   <dt>Similarity</dt><dd><p>Similar image content.</p></dd>
94
95   <dt>Similarity (low)</dt><dd><p>Slightly similar image content.</p></dd>
96
97   <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>
98   </dl>
99
100   <p><br />
101   <br />
102   </p>
103
104   <h2>Results list</h2>
105
106   <p>Files that match with the selected comparison method will appear in the list. Matching files are grouped in alternating color.</p>
107
108   <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>
109
110   <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>
111
112   <p><b>Keyboard shortcuts</b> available in the results list:</p>
113
114   <div class="gq-finding-duplicates-4">
115     <table width="80%" border="1" cellpadding="2" cellspacing="0">
116     <col id="find_duplicates_shortcuts_col1" width="25%">
117     <col id="find_duplicates_shortcuts_col2" width="25%">
118     <col id="find_duplicates_shortcuts_col3" width="50%">
119    
120     <thead>
121       <tr>
122         <td>
123           <p>Shortcut</p>
124         </td>
125
126         <td>
127           <p>Context menu name</p>
128         </td>
129
130         <td>
131           <p>Description</p>
132         </td>
133       </tr>
134      </thead>
135
136      <tbody>
137       <tr>
138         <td>
139           <p>Enter</p>
140         </td>
141
142         <td>
143           <p>View</p>
144         </td>
145
146         <td>
147           <p>Opens selected image in main window.</p>
148         </td>
149       </tr>
150
151       <tr>
152         <td>
153           <p>V</p>
154         </td>
155
156         <td>
157           <p>View in new window</p>
158         </td>
159
160         <td>
161           <p>Opens selected image in a new window.</p>
162         </td>
163       </tr>
164
165       <tr>
166         <td>
167           <p>Control + A</p>
168         </td>
169
170         <td>
171           <p>Select all</p>
172         </td>
173
174         <td>
175           <p>Selects all images.</p>
176         </td>
177       </tr>
178
179       <tr>
180         <td>
181           <p>Control + Shift + A</p>
182         </td>
183
184         <td>
185           <p>Select none</p>
186         </td>
187
188         <td>
189           <p>Clear the image selection.</p>
190         </td>
191       </tr>
192
193       <tr>
194         <td valign="bottom">
195           <p>1</p>
196         </td>
197
198         <td>
199           <p>Select group 1 duplicates</p>
200         </td>
201
202         <td>
203           <p>Selects the first image from each match group.</p>
204         </td>
205       </tr>
206
207       <tr>
208         <td valign="bottom">
209           <p>2</p>
210         </td>
211
212         <td>
213           <p>Select group 2 duplicates</p>
214         </td>
215
216         <td>
217           <p>Selects all but the first image from each match group.</p>
218         </td>
219       </tr>
220
221       <tr>
222         <td>
223           <p>Control + 1 through<br />
224           Control + 0</p>
225         </td>
226
227         <td>
228           <p>Edit sub menu</p>
229         </td>
230
231         <td>
232           <p>Executes the respective editor command.</p>
233         </td>
234       </tr>
235
236       <tr>
237         <td>
238           <p>Control + P</p>
239         </td>
240
241         <td>
242           <p>Properties</p>
243         </td>
244
245         <td>
246           <p>Opens a properties window for selected images.</p>
247         </td>
248       </tr>
249
250       <tr>
251         <td>
252           <p>C</p>
253         </td>
254
255         <td>
256           <p>Add to new collection</p>
257         </td>
258
259         <td>
260           <p>Creates a new collection containing the selected images.</p>
261         </td>
262       </tr>
263
264       <tr>
265         <td>
266           <p><br />
267           </p>
268         </td>
269
270         <td>
271           <p>Print</p>
272         </td>
273
274         <td>
275           <p>Opens a print dialog for selected images.</p>
276         </td>
277       </tr>
278
279       <tr>
280         <td>
281           <p>Control + C</p>
282         </td>
283
284         <td>
285           <p>Copy</p>
286         </td>
287
288         <td>
289           <p>Copy selected images.</p>
290         </td>
291       </tr>
292
293       <tr>
294         <td>
295           <p>Control + M</p>
296         </td>
297
298         <td>
299           <p>Move</p>
300         </td>
301
302         <td>
303           <p>Move selected images.</p>
304         </td>
305       </tr>
306
307       <tr>
308         <td>
309           <p>Control + R</p>
310         </td>
311
312         <td>
313           <p>Rename</p>
314         </td>
315
316         <td>
317           <p>Rename selected images.</p>
318         </td>
319       </tr>
320
321       <tr>
322         <td>
323           <p>Control + D</p>
324         </td>
325
326         <td>
327           <p>Delete</p>
328         </td>
329
330         <td>
331           <p>Delete selected images.</p>
332         </td>
333       </tr>
334
335       <tr>
336         <td>
337           <p>Delete</p>
338         </td>
339
340         <td>
341           <p>Remove</p>
342         </td>
343
344         <td>
345           <p>Remove selected images from result list.</p>
346         </td>
347       </tr>
348
349       <tr>
350         <td>
351           <p>Control + Delete</p>
352         </td>
353
354         <td>
355           <p>Clear</p>
356         </td>
357
358         <td>
359           <p>Cleared the result list.</p>
360         </td>
361       </tr>
362
363       <tr>
364         <td>
365           <p>Menu</p>
366         </td>
367
368         <td>
369           <p><br />
370           </p>
371         </td>
372
373         <td>
374           <p>Displays the context menu.</p>
375         </td>
376       </tr>
377
378       <tr>
379         <td>
380           <p>Control + T</p>
381         </td>
382
383         <td>
384           <p><br />
385           </p>
386         </td>
387
388         <td>
389           <p>Toggle display of thumbnails.</p>
390         </td>
391       </tr>
392
393       <tr>
394         <td>
395           <p>Control + W</p>
396         </td>
397
398         <td>
399           <p><br />
400           </p>
401         </td>
402
403         <td>
404           <p>Close window.</p>
405         </td>
406       </tr>
407       </tbody>
408     </table>
409   </div>
410
411   <p><br />
412   <br />
413   </p>
414
415   <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>
416
417   <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>
418
419   <p><br />
420   <br />
421   </p>
422
423   <h2>Status bar</h2>
424
425   <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>
426
427   <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>
428
429   <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 />
430   2) The images are compared using the selected method, the progress bar will indicate this stage with the text &#8220;comparing...&#8221;.<br />
431   3) The results are sorted for display, the progress bar will indicate this stage with the text &#8220;sorting...&#8221;.</p>
432
433   <p>Stage 1 is only used for the Dimensions, Checksum, and Similarity compare methods.</p>
434
435   <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>
436
437   <p><br />
438   <br />
439   </p>
440
441   <h2>Thumbnails</h2>
442
443   <p>Thumbnails can be displayed beside each image in the result list by enabling the Thumbnails check box.</p>
444
445   <p><br />
446   <br />
447   </p>
448
449   <h2>Compare two file sets</h2>
450
451   <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>
452
453   <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>
454
455   <p><br />
456   <br />
457   </p>
458
459   <h2>Drag and Drop</h2>
460
461   <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>
462
463   <p><br />
464   <br />
465   </p>
466
467   <p><br />
468   <br />
469   </p>
470
471   <hr />
472
473   <div class="navbottom">
474     <table width="100%" border="0" cellpadding="4" cellspacing="0">
475       <col id="navbottom_col1" width="33%"></col>
476       <col id="navbottom_col2" width="33%"></col>
477       <col id="navbottom_col3" width="33%"></col>
478
479       <thead>
480         <tr>
481           <td>
482             <p class="previous"><a href="image_search_search.html">Previous</a>
483             </p>
484           </td>
485
486           <td>
487             <p class="navbottom_title"><a href="index.html">Contents</a>
488             </p>
489           </td>
490
491           <td>
492             <p class="next"><a href="collections.html">Next</a>
493             </p>
494           </td>
495         </tr>
496       </thead>
497
498     </table>
499   </div>
500
501   <div class="footer">Geeqie User Manual</div>
502   <div class="bottomspacer">&nbsp;</div>
503 </body>
504 </html>