DicomObjects.NET Core Documentation
DicomObjects.Codecs Namespace / ICompressor Interface
Properties Methods

In This Topic
    ICompressor Interface Members
    In This Topic

    The following tables list the members exposed by ICompressor.

    Public Properties
     NameDescription
     Property The maximum number of bits supported by this codec.  
     Property

    Lets a caller to Compress tell whether data needs to be transformed before compression. It is only relevent if the image has a Planar Configuration value (0028,0006) of 1.

    If this property is true, then the compressor expects data in "by pixel" mode, irrespective of the stated Planar Configuration, so DicomObjects will apply a suitable transformation pre-compression.

    If this property is false, then the compressor can use data in the original form as stated by the Planar Configuration, so pre-compression transformation is not necessary.

     
    Top
    Public Methods
     NameDescription
     MethodCompress a frame of pixel data  
     Method A simple object to provide synchronisation if a codec is accessed via multiple threads (Inherited from DicomObjects.Codecs.ICodecBase)
     Method Make any changes to the main dataset, before doing the frame-by-frame compression, and inform DicomObjects of any preprocessing required.  
     Method  
    Top
    See Also