Services

General Objects

Filter Objects

Array Objects

Enums

String Enums Constants

Kaltura API

KalturaThumbCropType
Enumerations
KalturaEnum
KalturaThumbCropType
NameTypeValueDescription
CROPint3Crop according to the given dimensions while maintaining the original aspect ratio. The resulting image may be cover only part of the original image.
CROP_FROM_TOPint4Crops the image so that only the upper part of the image remains.
RESIZEint1Resize according to the given dimensions while maintaining the original aspect ratio.
RESIZE_WITH_FORCEint5Forcibly resize the image according to the given dimensions without necessarily maintaining the original aspect ratio.
RESIZE_WITH_PADDINGint2Place the image within the given dimensions and fill the remaining spaces using the given background color.