Enumeration ImageResizeMode

Resize mode for the image input for video generation.

Enumeration Members

Enumeration Members

CROP: "CROP"

Crop the image to fit the correct aspect ratio (so we lose parts of the image in the process).

PAD: "PAD"

Pad the image to fit the correct aspect ratio (so we don't lose any parts of the image in the process).