DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / ChangeToDecompressed Method



In This Topic
    ChangeToDecompressed Method
    In This Topic
    Simulate the effect of writing out as a Decompressed Image
    Syntax
    'Declaration
     
    
    Public Sub ChangeToDecompressed() 
    'Usage
     
    
    Dim instance As DicomDataSet
     
    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.g. from YBR_FULL_422 to RGB)
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also