Name

kOfxImageEffectPropSupportsMultiResolution — Indicates whether a plugin or host support multiple resolution images.

Synopsis

#include "/ofxImageEffect.h"
#define kOfxImageEffectPropSupportsMultiResolution "OfxImageEffectPropSupportsMultiResolution"

Type

kOfxImageEffectPropSupportsMultiResolution is of type int, and has only a single dimension.

Property Set

This is a property that belongs to the host descriptor (read only), plugin descriptor (read/write).

Default

The default value is 1 for plugins.

Valid Values

This must be one of

  • 0 - the plugin or host does not support multiple resolutions
  • 1 - the plugin or host does support multiple resolutions

Description

Indicates whether a plugin or host support multiple resolution images.

Multiple resolution images mean...

  • input and output images can be of any size
  • input and output images can be offset from the origin