mirror of
				https://github.com/imgproxy/imgproxy.git
				synced 2025-10-30 23:08:02 +02:00 
			
		
		
		
	Fix AVIF speed
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user