C# Class Imgix_Dotnet.Operations.Automatic.AutomaticExtensions

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

Méthodes publiques

Méthode 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 méthode

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

Auto() public static méthode

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