kOfxImagePropBounds
— The bounds of an image's pixels.
#include "/ofxImageEffect.h" #define kOfxImagePropBounds "OfxImagePropBounds"
The bounds of an image's pixels.
The bounds, in PixelCoordinates , are of the addressable pixels in an image's data pointer.
The order of the values is x1, y1, x2, y2.
X values are x1 <= X < x2 Y values are y1 <= Y < y2
For less than full frame images, the pixel bounds will be contained by the
kOfxImagePropRegionOfDefinition
bounds.