OfxRectI ImageBase::getBounds() const { OfxRectI bounds; getIntPropertyN(kOfxImagePropBounds, &bounds.x1, 4); return bounds; }
OfxRectI ImageBase::getROD() const { OfxRectI rod; getIntPropertyN(kOfxImagePropRegionOfDefinition, &rod.x1, 4); return rod; }
OfxRectI Image::getROD() const { OfxRectI rod; getIntPropertyN(kOfxImagePropBounds, &rod.x1, 4); return rod; }