monochrome threshold

This commit is contained in:
Mikkeli Matlock
2026-02-15 22:24:29 +09:00
parent a0cec91845
commit e5cc124dd3

View File

@@ -10,7 +10,7 @@ log = logging.getLogger(__name__)
IMG_DIR = Path(__file__).parent / "assets" / "img" IMG_DIR = Path(__file__).parent / "assets" / "img"
STATUS_IMG_SIZE = 120 STATUS_IMG_SIZE = 120
MONOCHROME_THRESHOLD = 140 MONOCHROME_THRESHOLD = 180
def load_status_image(path: Path) -> bytes: def load_status_image(path: Path) -> bytes: