Method | Description | |
---|---|---|
CreateImage ( IImgixOptions options, string path ) : |
Creates a new imgix image from a supplied options object
|
|
CreateImage ( string path, string host, bool useHttps = true ) : |
Creates a new unsigned imgix image from a supplied sourceName and path
|
|
Imgix ( IImgixOptions options ) : System |
The base constructor. Sets up the Imgix url builder base options.
|
|
NewImage ( string path ) : |
Creates a new imgix image from with the options in this Imgix Caution: Will only ever grab the first source. If you have multiple sources it is receommended to use the overload with sourceName
|
|
NewImage ( string sourceName, string path ) : |
Creates a new imgix image from with the options in this Imgix
|
public static CreateImage ( IImgixOptions options, string path ) : |
||
options | IImgixOptions | The base options |
path | string | The path to the image |
return |
public static CreateImage ( string path, string host, bool useHttps = true ) : |
||
path | string | The path to the image |
host | string | The host of the source |
useHttps | bool | Is the source https. Default: true |
return |
public Imgix ( IImgixOptions options ) : System | ||
options | IImgixOptions | |
return | System |
public NewImage ( string path ) : |
||
path | string | The path to the image |
return |
public NewImage ( string sourceName, string path ) : |
||
sourceName | string | The name of the source to use |
path | string | The path to the image |
return |