Method | Description | |
---|---|---|
NoiseReductionBlur ( this image, int value ) : ImgixImage |
Sets the threshold for noise removal
|
|
NoiseReductionSharpen ( this image, int value ) : ImgixImage |
|
public static NoiseReductionBlur ( this image, int value ) : ImgixImage | ||
image | this | The image to transform |
value | int | /// Values -100 - 100 /// Default: 20 /// |
return | ImgixImage |
public static NoiseReductionSharpen ( this image, int value ) : ImgixImage | ||
image | this | The image to transform |
value | int | /// Values -100 - 100 /// Default: 20 /// |
return | ImgixImage |