mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-10-09 11:42:48 +02:00
Fix blur and sharpen performance for images with alpha channel
This commit is contained in:
@@ -10,6 +10,7 @@
|
|||||||
- (pro) Use PNG quantization for very low-complexity images when the `best` format is used.
|
- (pro) Use PNG quantization for very low-complexity images when the `best` format is used.
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
- Fix blur and sharpen performance for images with alpha channel.
|
||||||
- (pro) Fix object detecttion accuracy.
|
- (pro) Fix object detecttion accuracy.
|
||||||
|
|
||||||
## [3.27.0] - 2024-12-18
|
## [3.27.0] - 2024-12-18
|
||||||
|
@@ -609,7 +609,7 @@ vips_apply_filters(VipsImage *in, VipsImage **out, double blur_sigma,
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
in = t[0];
|
in = t[1];
|
||||||
premultiplied = TRUE;
|
premultiplied = TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user