-view/View Function This can be attached anywhere in a script or on the command line to launch
a viewer. Its a good way of looking at you images along the compositing
tree without having to place FileOuts
all over the place, since it just displays the image onto the screen.
All images are loaded into the Viewer, so if you have both several Viewers
and many frames, you may quickly run out of memory. In this case, use
the Monitor command,
which will only hold the currentlly executed frame. Synopsis void View( image, float zoom ); Script View( image, zoom ); Command Line shake -view [zoom]
|