DicomObjects.NET.V8
DicomObjects Namespace / DicomImage Class / ChangeToDecompressed Method



In This Topic
    ChangeToDecompressed Method (DicomImage)
    In This Topic
    Simulate the effect of writing out as a Decompressed Image
    Syntax
    'Declaration
     
    Public Sub ChangeToDecompressed() 
    'Usage
     
    Dim instance As DicomImage
     
    instance.ChangeToDecompressed()
    public void ChangeToDecompressed()
    public:
    void ChangeToDecompressed(); 
    Remarks
    Unlike DecompressAll which is designed merely for performance improvement, this method permanently changes the data as if written out in an uncompressed transfer syntax and then read back. This might therefore change the Photometric interpretation etc. (e.Graphics. from YBR_FULL_422 to RGB)
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also