Image Version rep:output

Defines the required characteristics of an "image-version"-style image representation. One or both of the width/height attributes must be specified. If both are specified, then the crop mask displayed in CUE for this representation will have a fixed aspect ratio. If only width or height is specified, then users will be able to reshape the crop mask displayed in CUE as well as resize it.

This element belongs to the http://xmlns.escenic.com/2009/representations namespace. The conventional prefix for this namespace is rep.

Syntax
<rep:output
    ( width="positiveInteger" | height="positiveInteger" | width="positiveInteger" height="positiveInteger" )
  />
Attributes
width="positiveInteger"

Specifies the required width of this image representation in pixels.

height="positiveInteger"

Specifies the required height of this image representation in pixels.

width="positiveInteger"

Specifies the required width of this image representation in pixels.

height="positiveInteger"

Specifies the required height of this image representation in pixels.