CanvasClip enum

Namespace: P1.ImageSdk

Definition

Defines how to handle non-rectangular or non-upright canvas

public enum CanvasClip

Fields

CanvasClipNone

1

Canvas has the full RAW image. This option will consider all input pixels, but may output blank pixels.

CanvasClipWarpLoose

2

Clip warped edges. This option will only consider the maximum interior bounding box, and all pixels will be valid.

CanvasClipMaintainDimensions

3

Maintain raw image dimensions

This option will result a canvas size matching the sensor resolution and be centered around the principal point