Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Latest commit

 

History

History
47 lines (27 loc) · 1.26 KB

File metadata and controls

47 lines (27 loc) · 1.26 KB

ConcatRequest

Properties

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]

Enum: ConcatModeEnum

Name Value
NONE "none"
RTS "rts"
RTL "rtl"

Enum: DirectionEnum

Name Value
HOR "hor"
VER "ver"

Enum: TargetFormatEnum

Name Value
JPEG "jpeg"
PNG "png"
BMP "bmp"
GIF "gif"