Class DicomHtJpeg2000Params
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FellowOakDicom.Imaging.Codec
Assembly: fo-dicom.core.dll
Syntax
public class DicomHtJpeg2000Params : DicomCodecParams
Constructors
DicomHtJpeg2000Params()
Declaration
public DicomHtJpeg2000Params()
Properties
EmployColorTransform
Employs a color transform, to transform RGB color images into the YUV domain.
Declaration
public bool EmployColorTransform { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
InsertTlmMarkers
Insert TLM markers.
Declaration
public bool InsertTlmMarkers { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Irreversible
Perform lossy compression using the 9/7 wavelet transform or perform lossless compression using the 5/3 wavelet transform.
Declaration
public bool Irreversible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NumberOfDecompositions
Number of decompositions.
Declaration
public int NumberOfDecompositions { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProgressionOrder
Progression order.
Declaration
public ProgressionOrder ProgressionOrder { get; set; }
Property Value
Type | Description |
---|---|
ProgressionOrder |