mirror of
https://github.com/imgproxy/imgproxy.git
synced 2024-11-24 08:12:38 +02:00
Fix AVIF speed
This commit is contained in:
parent
79903af6b8
commit
eaa1c038a2
@ -620,7 +620,7 @@ vips_avifsave_go(VipsImage *in, void **buf, size_t *len, int quality, int speed)
|
||||
"Q", quality,
|
||||
"compression", VIPS_FOREIGN_HEIF_COMPRESSION_AV1,
|
||||
#if VIPS_SUPPORT_AVIF_EFFORT
|
||||
"effort", speed,
|
||||
"effort", 9-speed,
|
||||
#elif VIPS_SUPPORT_AVIF_SPEED
|
||||
"speed", speed,
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user