# HG changeset patch # User Alain Mazy # Date 1686063863 -7200 # Node ID 1e23bfb0f7321e932a48906c6050a59d21aaa833 # Parent fb637cc110b638da37d7141690e3e7525e5e3ab7 notes diff -r fb637cc110b6 -r 1e23bfb0f732 NEWS --- 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)