auto-save 2026-05-13 20:18 (~4)

This commit is contained in:
2026-05-13 20:18:24 +08:00
parent 0b6a463943
commit 40a665a578
4 changed files with 106 additions and 16 deletions

View File

@@ -199,7 +199,7 @@ def run(cmd: list[str], cwd: Path | None = None) -> str:
# ---- 启发式选帧工具 ----
import imagehash
import numpy as np
from PIL import Image
from PIL import Image, ImageEnhance, ImageFilter, ImageOps
def _sharpness(img_path: Path) -> float: