| Name | Type | Description | Notes |
|---|---|---|---|
| concatMode | ConcatModeEnum | Defines whether the result image will be resized to the smaller one or the larger one in case both images have different dimensions. It has not effect if images have the same dimensions. | [optional] |
| direction | DirectionEnum | This parameter defines how the images will be concatenated. horizontal means that the images will concatenated one beside the other from left to right. vertical means that images will be concatenated one on the top of the other | [optional] |
| image1 | String | [optional] | |
| image2 | String | [optional] | |
| targetFormat | TargetFormatEnum | [optional] |
| Name | Value |
|---|---|
| NONE | "none" |
| RTS | "rts" |
| RTL | "rtl" |
| Name | Value |
|---|---|
| HOR | "hor" |
| VER | "ver" |
| Name | Value |
|---|---|
| JPEG | "jpeg" |
| PNG | "png" |
| BMP | "bmp" |
| GIF | "gif" |