TOC PREV NEXT INDEX

DisplayImage (ImageView)

Synopsis

Viewer for displaying images

Input Ports

&in

Mesh Unif 2D

Parameters

Scale

UISlider

MaxWidth

UISlider

MaxHeight

UISlider

Description

Light weight viewer specialized for displaying images. Unlike other viewers built into AVS/Express, Display Images does not take a renderable object as input. It takes a 2D uniform field which represents an image. In particular, the node data id must be set to GD_COLOR_DATA_ID or GD_RGB_DATA_ID.

Parameters

Scale

int. If set to 1, and either max width or max height are smaller than the image, the image will be scaled down to fit the viewer. If greater than 1, the image will be scaled according to the scale and clipped off if it does not fit in the viewer.

MaxWidth

int. The width of the viewer.

MaxHeight

int. The height of the viewer.

Output Port


Example

None.

File

v/view.v

See also related modules

Not Applicable.

TOC PREV NEXT INDEX