DicomObjects.NET.8.48 Documentation
DicomObjects.DicomCodecs Namespace / JpegLossless Class
Properties Methods


In This Topic
    JpegLossless Class Members
    In This Topic

    The following tables list the members exposed by JpegLossless.

    Public Properties
     NameDescription
    Public Propertystatic (Shared in Visual Basic) Controls whether or not to check for images badly compressed using very old versions of the COM version.  
    Public Property The maximum number of bits supported by this codec. (Inherited from DicomObjects.DicomCodecs.SimpleCodec)
    Public Property

    Lets a caller to SimpleCodec.Decompress tell whether data needs to be transformed following decompression. It is only relevant if the image has a Planar Configuration value (0028,0006) of 1.

    For the simple codec, the value comes from the constructor (Inherited from DicomObjects.DicomCodecs.SimpleCodec)
    Top
    Public Methods
     NameDescription
    Public MethodThe most appropriate DicomObjects.Internal.PixelRequest, given the requested zoom and image/codec type (Inherited from DicomObjects.DicomCodecs.SimpleCodec)
    Public Method Limiting number of frames. Only used by MPEG etc. - default values used by other classes is int.MaxValue (Inherited from DicomObjects.DicomCodecs.SimpleCodec)
    Public MethodOverridden.  The internal compressor codec method for JPEG Lossless  
    Public MethodOverridden.  The internal decompressor codec method for JPEG Lossless  
    Public Method The effective photometric Interpretation of the decompressed data (Inherited from DicomObjects.DicomCodecs.SimpleCodec)
    Public Method The status of the decompression (Inherited from DicomObjects.DicomCodecs.SimpleCodec)
    Public Method The status of the download (Inherited from DicomObjects.DicomCodecs.SimpleCodec)
    Public Method Standard LockObject implementation for thread-safety (Inherited from DicomObjects.DicomCodecs.SimpleCodec)
    Public Method Prepares the data for Compression (Inherited from DicomObjects.DicomCodecs.SimpleCodec)
    Public Method (Inherited from DicomObjects.DicomCodecs.SimpleCodec)
    Top
    See Also