Jitter

Split screen video

The easiest way to cut a two-dimensional matrix into equal-sized rectangular segments is with jit.scissors. You initialize the jit.scissors object's rows and/or columns attribute, and the object will be created with enough outlets to send each segment out a separate outlet.

Animating 2D graphics

In working with video and animation in Jitter, it’s important to remember that the effect of continuous motion is achieved by successive discrete images, each somewhat different from the preceding one. You can create that effect in 2D animation by repositioning graphic objects for each frame, according to a particular trajectory, such that the objects seem to be moving.

RGB color

One way to describe a color is in terms of the intensity of three components: red, green, and blue. This descriptive form is known as RGB color space. (It’s called a color space because you can think of each of the three color components as representing a dimension in a 3D space.