SetDOD Function Note that Shake will automatically assign a DOD to an image when writing an .iff image. For example if you scale down an image, Shake will limit the DOD to the scaled area. This will then be in effect for later composites, but will not effect the current script. You can procedurally access the DOD of an image with the following variables: dod[0] Left edge of DOD For example, calling FileIn1.dod[0] will return the minimum X value of FileIn1's DOD.
image SetDOD( image, int left, int right,s int bottom, int top );
image = SetDOD( image, left, right, bottom, top );
shake -setdod left right etc |