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.
Image
— The image to draw in the graphics area. The window is resized to fit the image (unless the input to Set Window Description
says otherwise).Set Window Description
— A specification of the appearance of the window or the way the user can interact with it.Updated Window
— Fires an event with information about the window whenever the state of the window changes. You can send this information to vuo.mouse, vuo.ui, and other nodes so they can respond to changes in window status and user interactions.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.
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.
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