The MODIFY_IMAGE action modifies an image.
This action is valid for use in the Generate block.
Property | Type | Valid values | Description |
---|---|---|---|
ImageName | string | Any loaded image name | The name of the image to modify |
Properties | Object | An object with properties | The properties to modify |
{
...
"Generate": {
"Actions": [
{
"ActionType": "MODIFY_IMAGE",
"ImageName": "image1",
"Properties": {
"Grayscale": true
}
}
]
},
...
}