Crop
compositing node
Crops an image and changes its resolution.
See also: Border, Scale, Window
This operation crops an image, reducing the resolution of the images. All information outside the cropped region is thrown away.
If you wish to retain the cropped data outside the frame (for possible downstream use), use a Window COP instead.
If you wish to crop an image without changing the resolution (by filling outer areas with black), use a Border COP.
Parameters
|
Method |
The region cropped can either be represented by 2 opposite points of a rectangle, or the rectangles lower left corner and its width and height. |
|
Units |
Specifies the units to crop in, either pixels or UV. |
|
Horizontal Crop |
The left/right crop values. This parameter is not animatable. |
|
Vertical Crop |
The bottom/top crop values. This parameter is not animatable. |
|
Offset |
An animatable image offset, so the image may be panned through the cropped area. |
|
Hold Edges Outside Image Bounds |
This determines the behavior of the crop when the crop window goes outside the normal image bounds. If on, the edge pixels will be streaked outward to fill the outside area. If off, black pixels will be used. |