CropScaleMode

Description

Chooses scale for the output image.

Values of this enumeration:

  • InputScale - Keep the scale unchanged.
  • AlignedScale - Rescale according to the input alignment scale.

namespace CropScaleMode
{
	enum Type
	{
		InputScale,
		AlignedScale
	};
}