Support 8-bit images in RGB, CIELAB, and GRAY color spaces (#3358)

Co-authored-by: sxyazi <sxyazi@gmail.com>
This commit is contained in:
leiserfg 2026-01-02 15:57:06 +01:00 committed by GitHub
parent 0000141700
commit a6fcbb04df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 146 additions and 33 deletions

View file

@ -64,7 +64,7 @@ tracing-subscriber = { version = "0.3.22", features = [ "env-filter" ] }
[target."cfg(unix)".dependencies]
libc = { workspace = true }
signal-hook-tokio = { version = "0.3.1", features = [ "futures-v0_3" ] }
signal-hook-tokio = { version = "0.4.0", features = [ "futures-v0_3" ] }
[target.'cfg(target_os = "macos")'.dependencies]
crossterm = { workspace = true, features = [ "use-dev-tty", "libc" ] }