comparison NEWS @ 4515:8734caa12448

Improved precision of floating-point numbers in DICOM-as-JSON and DICOM summary
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 16 Feb 2021 14:42:04 +0100
parents 5b929e6b3c36
children 671ee7c1fd46
comparison
equal deleted inserted replaced
4514:5b929e6b3c36 4515:8734caa12448
21 * New value in enumeration: OrthancPluginDicomToJsonFlags_StopAfterPixelData 21 * New value in enumeration: OrthancPluginDicomToJsonFlags_StopAfterPixelData
22 22
23 Maintenance 23 Maintenance
24 ----------- 24 -----------
25 25
26 * Improved precision of floating-point numbers in DICOM-as-JSON and DICOM summary
26 * Optimization in C-STORE SCP by avoiding an unnecessary DICOM parsing 27 * Optimization in C-STORE SCP by avoiding an unnecessary DICOM parsing
27 * Fix build on big-endian architectures 28 * Fix build on big-endian architectures
28 * Possibility to generate a static library containing the Orthanc Framework 29 * Possibility to generate a static library containing the Orthanc Framework
29 30
30 31