MMult
Function Used to make an image premultiplied. Shake expects all images to be premultilplied when compositing with the Over node, which is usually automatic with 3D rendered images but not for scanned images. Also, use this when you are color correcting a 3D rendered image. Place a MDiv, then your color corrections, then your MMult when you go into an Over operation. You can choose to not insert a MMult node, and instead turn on preMultiply in the Over node itself.
Synopsis image MMult( image, int ignoreZero); Script image = MMult( image, ignoreZero); Command Line shake -mmult ignorezero |