Skip to main content
enum

The part of the image that should remain after cropping.

Keep the bottom of the image.

Keep the center of the image.

Keep the left of the image.

Crop the exact region of the image specified by the crop_left, crop_top, crop_width and crop_height parameters.

Keep the right of the image.

Keep the top of the image.


Was this section helpful?

•ARGUMENT

Represents an image resource.

•INPUT OBJECT

The available options for transforming an image.

All transformation options are considered best effort. Any transformation that the original image type doesn't support will be ignored.

Deprecated fields


Was this section helpful?