RegisterCodec() public static method

public static RegisterCodec ( DicomTransferSyntax ts, Type type ) : void
ts Dicom.Data.DicomTransferSyntax
type System.Type
return void
Exemplo n.º 1
0
 public static void Register()
 {
     DicomCodec.RegisterCodec(DicomTransferSyntax.RLELossless, typeof(DcmRleCodec));
 }
Exemplo n.º 2
0
 public static void Register()
 {
     DicomCodec.RegisterCodec(DicomTransferSyntax.JPEGProcess1, typeof(DcmJpegProcess1Codec));
     DicomCodec.RegisterCodec(DicomTransferSyntax.JPEGProcess2_4, typeof(DcmJpegProcess4Codec));
 }