Name

kOfxImagePropBounds — The bounds of an image's pixels.

Synopsis

#include "/ofxImageEffect.h"
#define kOfxImagePropBounds "OfxImagePropBounds"

Type

kOfxImagePropBounds is of type integer, and has 4 dimensions.

Property Set

This is a property that belongs to the an image instance (read only).

Description

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.