view doc/image_search_finding_duplicates.html @ 1696:0779950d71b3

French translation was updated.
author zas_
date Sat, 06 Jun 2009 17:02:21 +0000
parents a72acb0fb9a6
children
line wrap: on
line source

<?xml version="1.0" encoding="iso-8859-1"?>
<!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">
<head>
  <meta http-equiv="CONTENT-TYPE" content="text/html; charset=iso-8859-1" />

  <title>Finding Duplicates - Geeqie User Manual</title>
  <link rel="stylesheet" type="text/css" href="style.css" media="all" />
  <link rel="stylesheet" type="text/css" href="style_screen.css" media="screen" />
  <link rel="stylesheet" type="text/css" href="style_print.css" media="print" />
</head>

<body lang="en-US" dir="ltr">
  <div class="navtop">
    <table width="100%" border="0" cellpadding="4" cellspacing="0">
      <col id="navtop_col1" width="33%"></col>
      <col id="navtop_col2" width="33%"></col>
      <col id="navtop_col3" width="33%"></col>

        <tr>
          <th>
            <p class="previous"><a href="image_search_search.html">Previous</a>
            </p>
          </th>

          <th>
            <p class="navtop_title">Finding Duplicates &ndash; Image Search</p>
          </th>

          <th>
            <p class="next"><a href="collections.html">Next</a>
            </p>
          </th>
        </tr>
    </table>
  </div>

  <hr />

  <h1>Finding Duplicates</h1>

  <p>Geeqie provides a utility to find images that have similar attributes or content.</p>

  <p>To display a new Find Duplicates Window press D or select Find duplicates from the File menu.</p>

  <h2>Adding files to be compared</h2>

  <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>
 
  <dl class="menu_desc">
  <dt>Add contents</dt>
  <dd><p>The contents of dropped folders will added to the window.</p></dd>

  <dt>Add contents recursive</dt>
  <dd><p>The contents of dropped folders and all sub folders will be added to the window.</p></dd>

  <dt>Skip folders</dt>
  <dd><p>Ignore folders contained in the drop list.</p></dd>

  </dl>

  <p>When files are added to the window, the comparison is restarted to include the new files.</p>

  <h2>Comparison methods</h2>

  <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>

  <dl class="dialog_desc">
  <dt>Name</dt><dd><p>The file name.</p></dd>

  <dt>Name case-insensitive</dt><dd><p>The file name but ignoring case.</p></dd>

  <dt>Size</dt><dd><p>The file size.</p></dd>

  <dt>Date</dt><dd><p>The file date.</p></dd>

  <dt>Dimensions</dt><dd><p>The image dimensions.</p></dd>

  <dt>Checksum</dt><dd><p>The MD5 file checksum.</p></dd>

  <dt>Path</dt><dd><p>The complete path to file.</p></dd>

  <dt>Similarity (high)</dt><dd><p>Very similar image content.</p></dd>

  <dt>Similarity</dt><dd><p>Similar image content.</p></dd>

  <dt>Similarity (low)</dt><dd><p>Slightly similar image content.</p></dd>

  <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>
  </dl>

  <h2>Results list</h2>

  <p>Files that match with the selected comparison method will appear in the list. Matching files are grouped in alternating color.</p>

  <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>

  <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>

  <p><b>Keyboard shortcuts</b> available in the results list:</p>

  <div class="shortcuts">
    <table width="80%" border="1" cellpadding="2" cellspacing="0">
    <col id="find_duplicates_shortcuts_col1" width="25%"></col>
    <col id="find_duplicates_shortcuts_col2" width="25%"></col>
    <col id="find_duplicates_shortcuts_col3" width="50%"></col>
   
    <thead>
      <tr>
        <td>
          <p>Shortcut</p>
        </td>

        <td>
          <p>Context menu name</p>
        </td>

        <td>
          <p>Description</p>
        </td>
      </tr>
     </thead>

     <tbody>
      <tr>
        <td>
          <p><span class="key">Enter</span></p>
        </td>

        <td>
          <p>View</p>
        </td>

        <td>
          <p>Opens selected image in main window.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p><span class="key">V</span></p>
        </td>

        <td>
          <p>View in new window</p>
        </td>

        <td>
          <p>Opens selected image in a new window.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p><span class="key">Ctrl</span> + <span class="key">A</span></p>
        </td>

        <td>
          <p>Select all</p>
        </td>

        <td>
          <p>Selects all images.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p><span class="key">Ctrl</span> + <span class="key">Shift</span> + <span class="key">A</span></p>
        </td>

        <td>
          <p>Select none</p>
        </td>

        <td>
          <p>Clear the image selection.</p>
        </td>
      </tr>

      <tr>
        <td valign="bottom">
          <p><span class="key">1</span></p>
        </td>

        <td>
          <p>Select group 1 duplicates</p>
        </td>

        <td>
          <p>Selects the first image from each match group.</p>
        </td>
      </tr>

      <tr>
        <td valign="bottom">
          <p><span class="key">2</span></p>
        </td>

        <td>
          <p>Select group 2 duplicates</p>
        </td>

        <td>
          <p>Selects all but the first image from each match group.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p><span class="key">Ctrl</span> + <span class="key">1</span> through<br />
          <span class="key">Ctrl</span> + <span class="key">0</span></p>
        </td>

        <td>
          <p>Edit sub menu</p>
        </td>

        <td>
          <p>Executes the respective editor command.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p><span class="key">Ctrl</span> + <span class="key">P</span></p>
        </td>

        <td>
          <p>Properties</p>
        </td>

        <td>
          <p>Opens a properties window for selected images.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p><span class="key">C</span></p>
        </td>

        <td>
          <p>Add to new collection</p>
        </td>

        <td>
          <p>Creates a new collection containing the selected images.</p>
        </td>
      </tr>

      <tr>
        <td>&nbsp;</td>

        <td>
          <p>Print</p>
        </td>

        <td>
          <p>Opens a print dialog for selected images.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p><span class="key">Ctrl</span> + <span class="key">C</span></p>
        </td>

        <td>
          <p>Copy</p>
        </td>

        <td>
          <p>Copy selected images.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p><span class="key">Ctrl</span> + <span class="key">M</span></p>
        </td>

        <td>
          <p>Move</p>
        </td>

        <td>
          <p>Move selected images.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p><span class="key">Ctrl</span> + <span class="key">R</span></p>
        </td>

        <td>
          <p>Rename</p>
        </td>

        <td>
          <p>Rename selected images.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p><span class="key">Ctrl</span> + <span class="key">D</span></p>
        </td>

        <td>
          <p><span class="key">Delete</span></p>
        </td>

        <td>
          <p>Delete selected images.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p><span class="key">Delete</span></p>
        </td>

        <td>
          <p>Remove</p>
        </td>

        <td>
          <p>Remove selected images from result list.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p><span class="key">Ctrl</span> + <span class="key">Delete</span></p>
        </td>

        <td>
          <p>Clear</p>
        </td>

        <td>
          <p>Cleared the result list.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p><span class="key">Menu</span></p>
        </td>

        <td>&nbsp;</td>

        <td>
          <p>Displays the context menu.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p><span class="key">Ctrl</span> + <span class="key">T</span></p>
        </td>

        <td>&nbsp;</td>

        <td>
          <p>Toggle display of thumbnails.</p>
        </td>
      </tr>

      <tr>
        <td>
          <p><span class="key">Ctrl</span> + <span class="key">W</span></p>
        </td>

        <td>&nbsp;</td>

        <td>
          <p>Close window.</p>
        </td>
      </tr>
      </tbody>
    </table>
  </div>

  <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>

  <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>

  <h2>Status bar</h2>

  <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>

  <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>

  <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 />
  2) The images are compared using the selected method, the progress bar will indicate this stage with the text &#8220;comparing...&#8221;.<br />
  3) The results are sorted for display, the progress bar will indicate this stage with the text &#8220;sorting...&#8221;.</p>

  <p>Stage 1 is only used for the Dimensions, Checksum, and Similarity compare methods.</p>

  <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>

  <h2>Thumbnails</h2>

  <p>Thumbnails can be displayed beside each image in the result list by enabling the Thumbnails check box.</p>

  <h2>Compare two file sets</h2>

  <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>

  <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>

  <h2>Drag and Drop</h2>

  <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>

  <hr id="bottomseparator" />

  <div class="navbottom">
    <table width="100%" border="0" cellpadding="4" cellspacing="0">
      <col id="navbottom_col1" width="33%"></col>
      <col id="navbottom_col2" width="33%"></col>
      <col id="navbottom_col3" width="33%"></col>

        <tr>
          <th>
            <p class="previous"><a href="image_search_search.html">Previous</a>
            </p>
          </th>

          <th>
            <p class="navbottom_title"><a href="index.html">Contents</a>
            </p>
          </th>

          <th>
            <p class="next"><a href="collections.html">Next</a>
            </p>
          </th>
        </tr>

    </table>
  </div>

  <div class="footer">Geeqie User Manual</div>
  <div class="bottomspacer">&nbsp;</div>
</body>
</html>