Mercurial > hg > orthanc
changeset 5308:1e23bfb0f732
notes
author | Alain Mazy <am@osimis.io> |
---|---|
date | Tue, 06 Jun 2023 17:04:23 +0200 |
parents | fb637cc110b6 |
children | fb231da5c0f1 |
files | NEWS |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Tue Jun 06 09:15:27 2023 +0200 +++ b/NEWS Tue Jun 06 17:04:23 2023 +0200 @@ -15,7 +15,9 @@ * When deleting a resource, its parents LastUpdate metadata are now updated. * Reduced the memory usage when downloading archives when "ZipLoaderThreads" > 0. * Disabled automatic conversion from YBR to RGB when transcoding JPEG to RAW transfer-syntax - (https://discourse.orthanc-server.org/t/orthanc-convert-ybr-to-rgb-but-does-not-change-metadata/3533) + (https://discourse.orthanc-server.org/t/orthanc-convert-ybr-to-rgb-but-does-not-change-metadata/3533). + This might have an impact on the image returned by /dicom-web/studies/../series/../instances/../frames/1; the + image format is now consistent with the PhotometricIntepretation DICOM Tag. Version 1.12.0 (2023-04-14)