Selaa lähdekoodia

modified: README.md

Satoshi Yoneda 1 kuukausi sitten
vanhempi
commit
c251117c0c
1 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -58,6 +58,10 @@ Strictにチェックを入れると、厳密モードで検索します。通
 
 チェックを入れた画像を削除します。削除した画像は、OSのゴミ箱に移動します。
 
+#### 既知の制限
+
+大量の類似画像がある場合、GUIがフリーズすることがあります。原因はQScrollAreaへのデータの追加が重いためと考えられます。近いうちにQListViewを利用した実装へのアップデートを検討していますが、大量の類似画像が予想される場合は、あらかじめ閾値の設定を小さい値(より厳しい類似判定)にしておくか、Strictモードを利用して類似画像を絞り込むなどの対策をしてください。
+
 ### DupFindCmd
 
 DupFindCmdは、ヘルパーコマンドです。CLIで利用します。コマンドパラメータは次の通り。
@@ -189,6 +193,10 @@ Unchecks all checkboxes.
 
 Deletes the checked images. Deleted images are moved to the OS Trash/Recycle Bin.
 
+#### Known Issue
+
+When there are many similar images, the GUI may freeze. This is thought to be due to the heavy addition of data to QScrollArea. We are considering updating to an implementation using QListView in the near future, but if a large number of similar images are expected, please take measures such as setting the threshold value to a smaller value (stricter similarity judgment) in advance or using Strict mode to narrow down the similar images.
+
 ### DupFindCmd (CLI)
 
 `DupFindCmd` is a helper command used from the CLI. The command parameters are as follows: