diff NEWS @ 4838:8557729ebaa2

merge
author Alain Mazy <am@osimis.io>
date Thu, 02 Dec 2021 13:00:47 +0100
parents bec432ee1094
children b3d0a3a4d890
line wrap: on
line diff
--- a/NEWS	Thu Dec 02 13:00:27 2021 +0100
+++ b/NEWS	Thu Dec 02 13:00:47 2021 +0100
@@ -11,7 +11,7 @@
   the new storage cache.
 * New configuration option "ZipLoaderThreads" to configure the number of threads used
   to read instances from storage when createing a Zip archive/media.
-
+* Support decoding of black-and-white images (with 1 bit per pixel), notably DICOM SEG
 
 Maintenance
 -----------
@@ -30,7 +30,10 @@
   unsupported.png only if the ?returnUnsupportedImage option is specified; otherwise, 
   it raises a 415 error code.
 * Archive jobs response now contains a header Content-Disposition:filename='archive.zip'
-  
+* "/instances/{...}/frames/{...}/numpy": Download the frame as a Python numpy array
+* "/instances/{...}/numpy": Download the instance as a Python numpy array
+* "/series/{...}/numpy": Download the series as a Python numpy array
+
 Lua
 ---