|
@@ -14,9 +14,7 @@
|
|
|
|
|
|
|
|
## 使い方
|
|
## 使い方
|
|
|
|
|
|
|
|
-書き込み権限があるディレクトリに、実行ファイルとWindowsではDLLなど一式を配置します。配置したディレクトリに設定ファイルDupFind.iniとキャッシュファイルdupfind_cache.dbが自動生成されるので、書き込み権限が必ず必要です。その点は注意してください。
|
|
|
|
|
-
|
|
|
|
|
-DupFindがGUI、DupFindCmdがCLIです。
|
|
|
|
|
|
|
+実行ファイルとWindowsではDLLなど一式を適当なディレクトリに配置するか、インストーラーを使ってシステムにインストールを行ってください。DupFindがGUI、DupFindCmdがCLIです。
|
|
|
|
|
|
|
|
### DupFind
|
|
### DupFind
|
|
|
|
|
|
|
@@ -46,6 +44,8 @@ Strictにチェックを入れると、厳密モードで検索します。通
|
|
|
|
|
|
|
|
サムネイルをダブルクリックすると、OSで関連付けられているビューアーが起動し、画像を表示します。また、サムネイルを右クリックするとメニューが表示され、「Copy Full Path」で画像のフルパスをクリップボードにコピーでき、「Remove from List」でリストから削除できます。
|
|
サムネイルをダブルクリックすると、OSで関連付けられているビューアーが起動し、画像を表示します。また、サムネイルを右クリックするとメニューが表示され、「Copy Full Path」で画像のフルパスをクリップボードにコピーでき、「Remove from List」でリストから削除できます。
|
|
|
|
|
|
|
|
|
|
+また、結果のリスト上でCtrl+Fキーを押すと、絞り込み検索の入力欄がプルダウンします。この入力欄にファイル名のディレクトリ名の一部を入力すると、表示されている類似画像グループを絞り込むことができます。特定のファイル名やディレクトリに限定して類似画像を整理したいときに絞り込み機能を利用できます。
|
|
|
|
|
+
|
|
|
#### 結果をクリア
|
|
#### 結果をクリア
|
|
|
|
|
|
|
|
検索結果をクリアします。キャッシュは削除されません。
|
|
検索結果をクリアします。キャッシュは削除されません。
|
|
@@ -54,7 +54,7 @@ Strictにチェックを入れると、厳密モードで検索します。通
|
|
|
|
|
|
|
|
チェックボックスをすべて外します。
|
|
チェックボックスをすべて外します。
|
|
|
|
|
|
|
|
-#### 選択肢た重複ファイルを削除
|
|
|
|
|
|
|
+#### 選択した重複ファイルを削除
|
|
|
|
|
|
|
|
チェックを入れた画像を削除します。削除した画像は、OSのゴミ箱に移動します。
|
|
チェックを入れた画像を削除します。削除した画像は、OSのゴミ箱に移動します。
|
|
|
|
|
|
|
@@ -160,7 +160,7 @@ Note: Since the image similarity judgment requires the `popcnt` instruction, an
|
|
|
|
|
|
|
|
## Usage
|
|
## Usage
|
|
|
|
|
|
|
|
-Place the executable along with the necessary DLLs (on Windows) in a directory where you have write permissions. Please be aware that you absolutely need write permissions because the configuration file `DupFind.ini` and the cache file `dupfind_cache.db` will be auto-generated in this directory.
|
|
|
|
|
|
|
+Place the executable along with the necessary DLLs (on Windows) in a directory. You can also install it using the installer.
|
|
|
|
|
|
|
|
`DupFind` is the GUI, and `DupFindCmd` is the CLI.
|
|
`DupFind` is the GUI, and `DupFindCmd` is the CLI.
|
|
|
|
|
|
|
@@ -192,6 +192,8 @@ Starts the search. The GUI will freeze during the search, but it is calculating
|
|
|
|
|
|
|
|
Double-clicking a thumbnail opens the image in your OS's default viewer. Right-clicking a thumbnail opens a menu where you can copy the full path of the image to the clipboard using "Copy Full Path", or remove the item from the list using "Remove from List".
|
|
Double-clicking a thumbnail opens the image in your OS's default viewer. Right-clicking a thumbnail opens a menu where you can copy the full path of the image to the clipboard using "Copy Full Path", or remove the item from the list using "Remove from List".
|
|
|
|
|
|
|
|
|
|
+Also, pressing Ctrl+F while the results list is focused will bring up a search input field. You can filter the displayed duplicate groups by entering a part of a filename or directory name. This feature is useful when you want to organize similar images within a specific filename or directory.
|
|
|
|
|
+
|
|
|
#### Clear Results
|
|
#### Clear Results
|
|
|
|
|
|
|
|
Clears the search results from the UI. The cache is not deleted.
|
|
Clears the search results from the UI. The cache is not deleted.
|