Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

The resize modification resizes formats to a certain size and is available for all file types (images, video, audio, document). 

Property

Value

Details

kind

ResizeAction


width

Whole numbers, in pixel

Width of the output format.

height

Whole numbers, in pixel

Height of the output format.

resizeMode

Enum: "Resize" "Fit" "Shrink"

Specifies how the dimensions of a ResizeAction are applied to the content.

Fit (2) and Shrink (3) keep aspect ratio, Resize (1) does not. 


  • No labels