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
|
public static Auto ( this image ) : ImgixImage | ||
image | this | The image to transform |
return | ImgixImage |
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 |