C# Класс Imgix_Dotnet.Operations.Noise.NoiseExtensions

ImgixImage extension methods that sets noise related parameters on the Url.
Показать файл Открыть проект

Открытые методы

Метод Описание
NoiseReductionBlur ( this image, int value ) : ImgixImage

Sets the threshold for noise removal

NoiseReductionSharpen ( this image, int value ) : ImgixImage

Описание методов

NoiseReductionBlur() публичный статический Метод

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 ///
Результат ImgixImage

NoiseReductionSharpen() публичный статический Метод

public static NoiseReductionSharpen ( this image, int value ) : ImgixImage
image this The image to transform
value int /// Values -100 - 100 /// Default: 20 ///
Результат ImgixImage