R: Rejected

WebKit Renderer

Per Mark Arana's post at http://www.mail-archive.com/quartzcomposer-dev@lists.apple.com/msg00067....

Render webpages, including flash and videos.

Crop to size + Fit to size

Two simple nodes that are missing and make hellsome macros.

Crop to size - Just like the built-in crop, except that it always outputs to its defined size, ie if the image size is smaller than the crop size, this node pads it out with rgba 0,0,0,0.

Fit - Takes an image input, scales it to completely fill its defined size, then crops any excess resulting from mismatched aspect ratios. voila: your input now fits the defined size.

Image Output Window Patch

A patch with an image input (or should it be a macro patch, like "Render in Image"?), which pops up a new viewer window and renders to it.

Useful for, e.g., vj applications, as an output preview.

Image With GLBuffer Patch

inputs:
   - dropdown to select which buffer (RGBA, depth, stencil, accum, ...)

outputs:
   - image

and perhaps a corresponding GLBufferOverridePatch:

inputs:
   - dropdown to select which buffer to override
   - image

outputs: (none)

AppleScript Receiver

so you can "tell QuartzComposer" to do stuff.