mirror of
https://github.com/lovell/sharp.git
synced 2026-02-11 17:16:13 +01:00
Expose optional precision parameter of blur operation (#4168)
This commit is contained in:
committed by
GitHub
parent
10c6f474d9
commit
67a4592756
@@ -47,7 +47,7 @@ namespace sharp {
|
||||
/*
|
||||
* Gaussian blur. Use sigma of -1.0 for fast blur.
|
||||
*/
|
||||
VImage Blur(VImage image, double const sigma);
|
||||
VImage Blur(VImage image, double const sigma, VipsPrecision precision);
|
||||
|
||||
/*
|
||||
* Convolution with a kernel.
|
||||
|
||||
Reference in New Issue
Block a user