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

Version 1 Next »

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


PropertyValueDetails
kindResizeAction

width

Whole numbers, in pixelWidth of the output format.
heightWhole numbers, in pixelHeight of the output format.
resizeModeEnum: "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