Close working version

This commit is contained in:
2ManyProjects 2026-01-10 17:57:03 -06:00
parent c7b5ca1a2e
commit 6ab292a410

View file

@ -167,7 +167,7 @@ class StitchingScanner:
# === DEBUG MAGIC NUMBERS === # === DEBUG MAGIC NUMBERS ===
DEBUG_SHIFT_RIGHT = -20 # Positive = shift strip right DEBUG_SHIFT_RIGHT = -20 # Positive = shift strip right
DEBUG_SHIFT_UP = 15 # Positive = shift strip up DEBUG_SHIFT_UP = 75 # Positive = shift strip up
# =========================== # ===========================
blend_w = min(blend_width, w_strip, w_base) blend_w = min(blend_width, w_strip, w_base)