add new dither methods

This commit is contained in:
deng
2026-03-22 14:50:17 +08:00
parent 87eb022933
commit 45dbf7efc9
3 changed files with 232 additions and 106 deletions

View File

@ -4,13 +4,13 @@ version = "0.1.0"
description = "Process images for Waveshare E6 display"
readme = "README.md"
requires-python = ">=3.13"
dependencies = ["pillow>=12.1.1"]
dependencies = ["numpy>=2.0", "pillow>=12.1.1"]
[dependency-groups]
dev = ["ruff"]
[tool.ruff]
line-length = 150
line-length = 180
target-version = "py313"
[tool.ruff.lint]