C# 클래스 Imgix_Dotnet.Operations.Noise.NoiseExtensions

ImgixImage extension methods that sets noise related parameters on the Url.
파일 보기 프로젝트 열기: estei/Imgix-Dotnet

공개 메소드들

메소드 설명
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