Method | Description | |
---|---|---|
Flip ( this image, string value ) : ImgixImage |
Flips the image horizontally, vertically or both
|
|
Orientation ( this image, string value ) : ImgixImage |
Changes the Exif orientation
|
|
Rotation ( this image, int value ) : ImgixImage |
Rotates the image from 0-359 degrees
|
public static Flip ( this image, string value ) : ImgixImage | ||
image | this | The image to transform |
value | string | /// The direction to flip /// Values: h, v or hv /// |
return | ImgixImage |
public static Orientation ( this image, string value ) : ImgixImage | ||
image | this | The image to transform |
value | string | /// The orientation value. /// 1-8 or 90, 180, 270 /// |
return | ImgixImage |
public static Rotation ( this image, int value ) : ImgixImage | ||
image | this | The image to transform |
value | int | The rotation in degrees |
return | ImgixImage |