Mercurial > hg > orthanc
comparison NEWS @ 4838:8557729ebaa2
merge
author | Alain Mazy <am@osimis.io> |
---|---|
date | Thu, 02 Dec 2021 13:00:47 +0100 |
parents | bec432ee1094 |
children | b3d0a3a4d890 |
comparison
equal
deleted
inserted
replaced
4837:a678ff1b8278 | 4838:8557729ebaa2 |
---|---|
9 retrieval of individual frames of multiframe instances. | 9 retrieval of individual frames of multiframe instances. |
10 * New configuration option "MaximumStorageCacheSize" to configure the size of | 10 * New configuration option "MaximumStorageCacheSize" to configure the size of |
11 the new storage cache. | 11 the new storage cache. |
12 * New configuration option "ZipLoaderThreads" to configure the number of threads used | 12 * New configuration option "ZipLoaderThreads" to configure the number of threads used |
13 to read instances from storage when createing a Zip archive/media. | 13 to read instances from storage when createing a Zip archive/media. |
14 | 14 * Support decoding of black-and-white images (with 1 bit per pixel), notably DICOM SEG |
15 | 15 |
16 Maintenance | 16 Maintenance |
17 ----------- | 17 ----------- |
18 | 18 |
19 * Fix handling of option "DeidentifyLogs", notably for tags (0010,0010) and (0010,0020) | 19 * Fix handling of option "DeidentifyLogs", notably for tags (0010,0010) and (0010,0020) |
28 * API version upgraded to 16 | 28 * API version upgraded to 16 |
29 * If an image can not be decoded, ../preview and ../rendered routes are now returning | 29 * If an image can not be decoded, ../preview and ../rendered routes are now returning |
30 unsupported.png only if the ?returnUnsupportedImage option is specified; otherwise, | 30 unsupported.png only if the ?returnUnsupportedImage option is specified; otherwise, |
31 it raises a 415 error code. | 31 it raises a 415 error code. |
32 * Archive jobs response now contains a header Content-Disposition:filename='archive.zip' | 32 * Archive jobs response now contains a header Content-Disposition:filename='archive.zip' |
33 | 33 * "/instances/{...}/frames/{...}/numpy": Download the frame as a Python numpy array |
34 * "/instances/{...}/numpy": Download the instance as a Python numpy array | |
35 * "/series/{...}/numpy": Download the series as a Python numpy array | |
36 | |
34 Lua | 37 Lua |
35 --- | 38 --- |
36 | 39 |
37 * New "ReceivedCStoreInstanceFilter" Lua callback to filter instances received | 40 * New "ReceivedCStoreInstanceFilter" Lua callback to filter instances received |
38 through C-Store and return a specific C-Store status code. | 41 through C-Store and return a specific C-Store status code. |