kOfxImageEffectPropProjectSize
— The size of the current project in canonical coordinates.
#include "/ofxImageEffect.h" #define kOfxImageEffectPropProjectSize "OfxImageEffectPropProjectSize"
The size of the current project in canonical coordinates.
The size of a project is a sub set of the
kOfxImageEffectPropProjectExtent
. For example a project may be a PAL SD project, but only be a letter-box within that. The project size is the size of this sub window.
The project size is in canonical coordinates.
See NormalisedCoordinateSystem for more infomation on the project extent.