CompressionType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class CompressionType extends System.Enum

DICOM 图像压缩类型。

字段

字段描述
None无压缩。
JpegJPEG 压缩。
Jpeg2000JPEG 2000 压缩。
RleRLE 压缩。

None

public static final int None

无压缩。

Jpeg

public static final int Jpeg

JPEG 压缩。

Jpeg2000

public static final int Jpeg2000

JPEG 2000 压缩。

Rle

public static final int Rle

RLE 压缩。