DICOMweb plugin 1.13: possible unnecessary transcoding

Hi Andràs,

I have just checked with this request:

curl -H "accept: multipart/related;type=image/jpeg;transfer-syntax=1.2.840.10008.1.2.4.70" http://localhost:8043/dicom-web/studies/1.2.276.0.7230010.3.1.2.2344313775.14992.1458058394.7503/series/1.2.276.0.7230010.3.1.3.2344313775.14992.1458058397.7516/instances/1.2.276.0.7230010.3.1.4.2344313775.14992.1458058397.7517/frames/1   --output /tmp/out

And, there’s actually no transcoding perform when the source and target transfer syntax are identical:

However, I understand that the logs are misleading. Therefore, I have applied this patch not to show these logs anymore when there is no transcoding.

Best regards,

Alain

1 Like