예제 #1
0
		public DicomJpegLsParams() {
			_allowedError = 3;
			_ilMode = DicomJpegLsInterleaveMode.Line;
			_colorTransform = DicomJpegLsColorTransform.HP1;
		}
예제 #2
0
 public DicomJpegLsParams()
 {
     _allowedError   = 3;
     _ilMode         = DicomJpegLsInterleaveMode.Line;
     _colorTransform = DicomJpegLsColorTransform.HP1;
 }