Class HeicReadDefines
- Namespace
- ImageMagick.Formats
- Assembly
- Magick.NET-Q8-AnyCPU.dll
Class for defines that are used when a ImageMagick.MagickFormat.Heic image is read.
public sealed class HeicReadDefines : IReadDefines, IDefines
- Inheritance
-
HeicReadDefines
- Implements
-
IReadDefinesIDefines
- Inherited Members
Constructors
HeicReadDefines()
public HeicReadDefines()
Properties
ChromaUpsampling
Gets or sets a value which chroma upsampling method should be used (heic:chroma-upsampling).
public HeicChromaUpsampling? ChromaUpsampling { get; set; }
Property Value
Defines
Gets the defines that should be set as a define on an image.
public IEnumerable<IDefine> Defines { get; }
Property Value
- IEnumerable<IDefine>
DepthImage
Gets or sets a value indicating whether the depth image should be read (heic:depth-image).
public bool? DepthImage { get; set; }
Property Value
- bool?
Format
Gets the format where the defines are for.
public MagickFormat Format { get; }
Property Value
- MagickFormat
PreserveOrientation
Gets or sets a value indicating whether the orientation should be preserved (heic:preserve-orientation).
public bool? PreserveOrientation { get; set; }
Property Value
- bool?