InsertImageNoRecompression Method (original) (raw)

Summary

Inserts an image file into the dataset without recompressing it, saving memory/processing time.

Syntax

[ExtensionAttribute()] public: static void InsertImageNoRecompression( [DicomDataSet^](../di/dicomdataset.html) _ds_, String^ _source_ )

Parameters

ds
DICOM dataset where insertion takes place

source
Filename of the raster image source file to insert into the dataset

See Also

Reference

HighlevelDicomExtensions Class

HighlevelDicomExtensions Members

Leadtools.Dicom.DicomDataSet.InsertImage(Leadtools.Dicom.DicomElement,Leadtools.RasterImage,System.Int32,Leadtools.Dicom.DicomImageCompressionType,Leadtools.Dicom.DicomImagePhotometricInterpretationType,System.Int32,System.Int32,Leadtools.Dicom.DicomSetImageFlags)

Leadtools.Dicom.DicomDataSet.InsertImages(Leadtools.Dicom.DicomElement,Leadtools.RasterImage,System.Int32,Leadtools.Dicom.DicomImageCompressionType,Leadtools.Dicom.DicomImagePhotometricInterpretationType,System.Int32,System.Int32,Leadtools.Dicom.DicomSetImageFlags)

Leadtools.Dicom.Common Assembly