C# Class Imgix_Dotnet.Operations.Automatic.AutomaticExtensions

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

Public Methods

Method Description
Auto ( this image ) : ImgixImage

Will add an auto enhancement parameter to the url

Auto ( this image, string value ) : ImgixImage

Will add an auto enhancement parameter to the url

Method Details

Auto() public static method

Will add an auto enhancement parameter to the url
public static Auto ( this image ) : ImgixImage
image this The image to transform
return ImgixImage

Auto() public static method

Will add an auto enhancement parameter to the url
public static Auto ( this image, string value ) : ImgixImage
image this The image to transform
value string /// The value of the auto parameter /// Values: enhance, format, redeye ///
return ImgixImage