C# Class Imgix_Dotnet.Operations.Noise.NoiseExtensions

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

Méthodes publiques

Méthode Description
NoiseReductionBlur ( this image, int value ) : ImgixImage

Sets the threshold for noise removal

NoiseReductionSharpen ( this image, int value ) : ImgixImage

Method Details

NoiseReductionBlur() public static méthode

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 ///
Résultat ImgixImage

NoiseReductionSharpen() public static méthode

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