kOfxImagePropRegionOfDefinition
— The full region of definition of an image.
#include "/ofxImageEffect.h" #define kOfxImagePropRegionOfDefinition "OfxImagePropRegionOfDefinition"
The full region of definition of an image.
An image's region of definition, in PixelCoordinates , is the full frame area of the image plane that the image covers.
The order of the values is x1, y1, x2, y2.
X values are x1 <= X < x2 Y values are y1 <= Y < y2
The
kOfxImagePropBounds
property contains the actuall addressable pixels in an image, which may be less than its full region of definition.