ExifTagImageDefaultCropOrigin Property

Gets the DefaultCropOrigin EXIF tag.

Description: Raw images often store extra pixels around the edges of the final image. These extra pixels help prevent interpolation artifacts near the edges of the final image. DefaultCropOrigin specifies the origin of the final image area, in raw image coordinates (i.e., before the DefaultScale has been applied), relative to the top-left corner of the ActiveArea rectangle.
Id: 50719 (0xc61f)
Type: Short

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public static ExifTag DefaultCropOrigin { get; }

Property Value

ExifTag

See Also