Search found 1 match

by aanghele
Tue, 2021-12-14, 19:01
Forum: DCMTK - General
Topic: changes in version 3.6.6 when handling compressed transfer syntax
Replies: 1
Views: 1693

changes in version 3.6.6 when handling compressed transfer syntax

I have a dataset with original transfer syntax EXS_JPEGProcess14SV1 the following code behaves differently in dcmtk 3.6.3 vs 3.6.6 auto originalTS = m_dataset->getOriginalXfer(); //EXS_JPEGProcess14SV1 auto cond = m_dataset->chooseRepresentation(EXS_LittleEndianExplicit, nullptr); // no errors //pre...