You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,11 +157,15 @@ If this option is disabled, when the reset hotkey is hit, the reset button is pr
157
157
- Custom thresholds are place between parenthesis `()` in the filename. This value will override the default threshold.
158
158
- Custom pause times are placed between square brackets `[]` in the filename. This value will override the default pause time.
159
159
- 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
160
164
- 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.
161
165
- 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.
165
169
- Filename examples:
166
170
-`001_SplitName_(0.9)_[10].png` is a split image with a threshold of 0.9 and a pause time of 10 seconds.
167
171
-`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