Table of Contents

Class DicomJpegParams

Namespace
FellowOakDicom.Imaging.Codec
Assembly
fo-dicom.core.dll
public class DicomJpegParams : DicomCodecParams
Inheritance
DicomJpegParams
Inherited Members
Extension Methods

Constructors

DicomJpegParams()

public DicomJpegParams()

Properties

ConvertColorspaceToRGB

public bool ConvertColorspaceToRGB { get; set; }

Property Value

bool

PointTransform

public int PointTransform { get; set; }

Property Value

int

Predictor

public int Predictor { get; set; }

Property Value

int

Quality

public int Quality { get; set; }

Property Value

int

SampleFactor

public DicomJpegSampleFactor SampleFactor { get; set; }

Property Value

DicomJpegSampleFactor

SmoothingFactor

public int SmoothingFactor { get; set; }

Property Value

int