feat: optimize compression and production deployment
This commit is contained in:
@@ -42,6 +42,7 @@ aes-gcm = "0.10"
|
||||
# Keep image-rs limited to formats exposed by the API. AVIF decoding uses
|
||||
# libdav1d on Linux; encoding is handled by the direct ravif dependency.
|
||||
image = { version = "0.25", default-features = false, features = ["bmp", "gif", "ico", "jpeg", "png", "tiff", "webp"] }
|
||||
jpeg-encoder = "0.7"
|
||||
oxipng = "9"
|
||||
ravif = { version = "0.11", default-features = false, features = ["threading"] }
|
||||
webp = { version = "0.3", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user