feat(config): Add option to never convert vector images

This commit is contained in:
Jesse Wierzbinski 2024-06-16 01:39:16 -10:00
parent 6ef3a854d9
commit de9dca5735
No known key found for this signature in database
3 changed files with 12 additions and 0 deletions

View file

@ -160,6 +160,8 @@ convert_images = true
# Can be: "image/jxl", "image/webp", "image/avif", "image/png", "image/jpeg", "image/heif", "image/gif"
# JXL support will likely not work
convert_to = "image/webp"
# Also convert SVG images?
convert_vector = false
# [s3]
# Can be left blank if you don't use the S3 media backend