Skip to content

Commit 128b204

Browse files
committed
Updated doc for per-image comparison method
1 parent d6f394f commit 128b204

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,15 @@ If this option is disabled, when the reset hotkey is hit, the reset button is pr
157157
- Custom thresholds are place between parenthesis `()` in the filename. This value will override the default threshold.
158158
- Custom pause times are placed between square brackets `[]` in the filename. This value will override the default pause time.
159159
- Custom delay times are placed between hash signs `##` in the filename. Note that these are in milliseconds. For example, a 10 second split delay would be `#10000#`. You cannot skip or undo splits during split delays.
160+
- A different comparison method can be specified with their 0-base index between angular brackets `<>`:
161+
- `<0>`: L2 Norm
162+
- `<1>`: Histogram
163+
- `<2>`: Perceptual Hash
160164
- Image loop amounts are placed between at symbols `@@` in the filename. For example, a specific image that you want to split 5 times in a row would be `@5@`. The current loop # is conveniently located beneath the current split image.
161165
- Flags are placed between curly brackets `{}` in the filename. Multiple flags are placed in the same set of curly brackets. Current available flags:
162-
- {d} dummy split image. When matched, it moves to the next image without hitting your split hotkey.
163-
- {b} split when similarity goes below the threshold rather than above. When a split image filename has this flag, the split image similarity will go above the threshold, do nothing, and then split the next time the similarity goes below the threshold.
164-
- {p} pause flag. When a split image filename has this flag, it will hit your pause hotkey rather than your split hokey.
166+
- `{d}` dummy split image. When matched, it moves to the next image without hitting your split hotkey.
167+
- `{b}` split when similarity goes below the threshold rather than above. When a split image filename has this flag, the split image similarity will go above the threshold, do nothing, and then split the next time the similarity goes below the threshold.
168+
- `{p}` pause flag. When a split image filename has this flag, it will hit your pause hotkey rather than your split hokey.
165169
- Filename examples:
166170
- `001_SplitName_(0.9)_[10].png` is a split image with a threshold of 0.9 and a pause time of 10 seconds.
167171
- `002_SplitName_(0.9)_[10]_{d}.png` is the second split image with a threshold of 0.9, pause time of 10, and is a dummy split.

0 commit comments

Comments
 (0)