mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-09 22:14:59 +00:00
add formats to dev.toml
This commit is contained in:
parent
496bcc5dc1
commit
42c801f0fe
1 changed files with 6 additions and 0 deletions
6
dev.toml
6
dev.toml
|
@ -21,6 +21,9 @@ path = 'data/'
|
|||
max_file_size = 40
|
||||
filters = ['blur', 'crop', 'identity', 'resize', 'thumbnail']
|
||||
|
||||
[media.image]
|
||||
format = "webp"
|
||||
|
||||
[media.image.quality]
|
||||
avif = 50
|
||||
png = 50
|
||||
|
@ -32,6 +35,7 @@ webp = 60
|
|||
max_width = 2000
|
||||
max_height = 2000
|
||||
max_area = 2000000
|
||||
format = "webp"
|
||||
|
||||
[media.animation.quality]
|
||||
apng = 50
|
||||
|
@ -41,6 +45,8 @@ webp = 60
|
|||
[media.video]
|
||||
enable = true
|
||||
allow_audio = true
|
||||
video_codec = "vp9"
|
||||
max_area = 884000000
|
||||
|
||||
[media.video.quality]
|
||||
crf_240 = 37
|
||||
|
|
Loading…
Reference in a new issue