mirror of
https://github.com/osmarks/meme-search-engine.git
synced 2024-11-13 07:19:54 +00:00
apparently, that quality value is too low
This commit is contained in:
parent
63a9b3d9a6
commit
24fbc0dd1f
@ -236,7 +236,7 @@ fn image_formats(_config: &Config) -> HashMap<String, ImageFormatConfig> {
|
|||||||
ImageFormatConfig {
|
ImageFormatConfig {
|
||||||
target_width: 800,
|
target_width: 800,
|
||||||
target_filesize: 0,
|
target_filesize: 0,
|
||||||
quality: 30,
|
quality: 70,
|
||||||
format: ImageFormat::Avif,
|
format: ImageFormat::Avif,
|
||||||
extension: "avif".to_string(),
|
extension: "avif".to_string(),
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user