TYPE: ROP
TITLE: Composite ROP

The Composite output operator renders the image(s) produced in the 
Compositing Editor.

Arguments may be passed to the scripts and variable expansion is
done before calling the script.

Parameters:
    Render        - Begins the render.
    Frame Range   - Allows specification of a range of frames to render.
    Start/End/Inc - Specifies the first and last frames and the increment.
                    Note that when rendering a sequence of images with a
                    fraction Inc, $N is the number of the frame rendered, 
                    $F is the nearest integer frame number, $FF is the 
                    floating point frame number

  Composite
    COP Name      - Path to the COP to render
    Override Default Res - Allows specification of the rendered resolution.
    Resolution           - Resolution of rendered images.
    Output Picture   - Selects where the output is sent.
    Image Format  - The format to write the image in.
    Color Plane   - Plane to use as the RGB channels.
    Alpha Plane   - Plane to use as the A channel (in RGBA image).
    Output Gamma  - Gamma correction applied to saved images

  Auxiliary File 1-5
    Overview	  - Save additional images which allows seperation of
		    planes into multiple files.

  Cineon
    Convert to 10 bit Log - Convert into logarithmic space prior to
                            loading.
    LUT File      - Specify the lookup file to use
    White Point   - White point in Cineon format
    Film Gamma    - Gamma in Cineon format
    Image White Point - Value which represents 100% white in the
                        actual image.

  Script
    Pre-Render Script    - Execute this script before any rendering.
    Pre-Frame Script     - Execute this script before each frame
    Post-Frame Script    - Execute this script after each frame
    Post-Render Script   - Execute this script after all rendering

Local Variables:
    N            - Frame being rendered.
    NRENDER      - Total number of frames being rendered.
