Class DngReadDefines
- Namespace
- ImageMagick.Formats
- Assembly
- Magick.NET-Q8-AnyCPU.dll
Class for defines that are used when a ImageMagick.MagickFormat.Dng image is read.
public sealed class DngReadDefines : IReadDefines, IDefines
- Inheritance
-
DngReadDefines
- Implements
-
IReadDefinesIDefines
- Inherited Members
Constructors
DngReadDefines()
public DngReadDefines()
Properties
Defines
Gets the defines that should be set as a define on an image.
public IEnumerable<IDefine> Defines { get; }
Property Value
- IEnumerable<IDefine>
DisableAutoBrightness
Gets or sets a value indicating whether auto brightness should be used (dng:no-auto-bright).
public bool? DisableAutoBrightness { get; set; }
Property Value
- bool?
Format
Gets the format where the defines are for.
public MagickFormat Format { get; }
Property Value
- MagickFormat
InterpolationQuality
Gets or sets a value indicating the interpolation quality (dng:interpolation-quality).
public DngInterpolation? InterpolationQuality { get; set; }
Property Value
OutputColor
Gets or sets the output color (dng:output-color).
public DngOutputColor? OutputColor { get; set; }
Property Value
ReadThumbnail
Gets or sets a value indicating whether the embedded thumbnail should be read (dng:read-thumbnail). This profile can be read by calling ImageMagick.IMagickImage.GetProfile(System.String) with dng:thumbnail as the name of the profile.
public bool? ReadThumbnail { get; set; }
Property Value
- bool?
UseAutoWhiteBalance
Gets or sets a value indicating whether auto white balance should be used (dng:use-auto-wb).
public bool? UseAutoWhiteBalance { get; set; }
Property Value
- bool?
UseAutoWhitebalance
Gets or sets a value indicating whether auto white balance should be used (dng:use-auto-wb).
[Obsolete("This property will be removed in the next major release, use UseAutoWhiteBalance instead.")]
public bool? UseAutoWhitebalance { get; set; }
Property Value
- bool?
UseCameraWhiteBalance
Gets or sets a value indicating whether the white balance of the camera should be used (dng:use-camera-wb).
public bool? UseCameraWhiteBalance { get; set; }
Property Value
- bool?
UseCameraWhitebalance
Gets or sets a value indicating whether the white balance of the camera should be used (dng:use-camera-wb).
[Obsolete("This property will be removed in the next major release, use UseCameraWhiteBalance instead.")]
public bool? UseCameraWhitebalance { get; set; }
Property Value
- bool?