Render Image to Window (vuo.image.render.window2)

Displays a window containing an image.

When the composition starts or this node is added to a running composition, it displays a window that contains a graphics area. The window provides a menu option to toggle between windowed and full-screen mode.

Window size

Usually, the window is resized to fit the image, and the window’s aspect ratio is kept the same as the image’s when the user resizes it.

The exception is when the input to Set Window Description has come from Change Window Size or Lock Window Aspect Ratio — in which case Unlock Window Aspect Ratio will return the window to its original aspect ratio and resume automatic resizing.

Retina

This node renders images at the same physical size on both Retina and non-Retina screens. See the Image node set documentation for information on how the image’s Scale Factor affects rendering on Retina and non-Retina screens.

On Retina screens, 1x images may appear slightly blurry. To render those images at Retina resolution, use Change Window Size to resize the window to half of the image’s size in pixels.

Antialiasing

If the graphics rendered by this node look jagged or blocky, you can…

Keywords: bang, display, draw, events, fire, full screen, fullscreen, graphics, screen, trigger, view


Example composition:


Back to vuo.image node set documentation.