-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
_このプラグインは実験的です_ | ||
|
||
# WinMerge CbzDiffPlugin | ||
|
||
## 説明 | ||
|
||
.CBZ/.CBR/.CB7を一つの画像として抽出するWinMergeプラグインです。 | ||
|
||
## インストール | ||
|
||
- WinMergeをインストールした先の、`MergePlugins`ディレクトリ内にDLLをコピーしてください。 | ||
- WinMergeをインストールする際、アーカイブサポートと有効にしていなければ`7z.dll`をダウンロードし、`CbzDiffPlugin.dll`と同じディレクトリにコピーしてください。 | ||
|
||
## 注意事項 | ||
|
||
- メモリーを大量に使用するため、環境により動作しない可能性があります。 | ||
- WinMergeには[バイナリ比較切替閾値]があります。それを超えるサイズのファイルはプラグイン展開されません。 | ||
- 64bit版しか対応しません。 | ||
|
||
## ライセンス | ||
|
||
このソフトウェアを使用することに対して、あらゆることは無保証です。 | ||
|
||
[LICENSE](LICENSE) を参照してください。 |