crop#
-crop X Y W H
Crops the region of all images rendered by CNode. This is useful if you want to do single frame distributed rendering (render a single frame on multiple machine). Please refer to tile_rendering if you are interested in distributing single frames to multiple render nodes.
Argument | Description |
---|---|
X | X Origin of the region in pixel |
Y | Y origin of the region in pixel |
W | Width of the region in pixel |
H | Height of the region in pixel |