C# Class Imgix_Dotnet.Operations.Noise.NoiseExtensions

ImgixImage extension methods that sets noise related parameters on the Url.
Exibir arquivo Open project: estei/Imgix-Dotnet

Public Methods

Method Description
NoiseReductionBlur ( this image, int value ) : ImgixImage

Sets the threshold for noise removal

NoiseReductionSharpen ( this image, int value ) : ImgixImage

Method Details

NoiseReductionBlur() public static method

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

NoiseReductionSharpen() public static method

public static NoiseReductionSharpen ( this image, int value ) : ImgixImage
image this The image to transform
value int /// Values -100 - 100 /// Default: 20 ///
return ImgixImage