comparison NEWS @ 1960:239e50b3792f

news
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 Apr 2016 16:31:33 +0200
parents 45c4387a379c
children ef1e9856c26f
comparison
equal deleted inserted replaced
1959:45c4387a379c 1960:239e50b3792f
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 4
5 * New URI: "/instances/.../frames/.../raw" to access the raw frames (bypass image decoding) 5 Dicom protocol
6 --------------
7
6 * Support of optional tags for counting resources in C-Find: 8 * Support of optional tags for counting resources in C-Find:
7 0008-0061, 0008-0062, 0020-1200, 0020-1202, 0020-1204, 0020-1206, 0020-1208, 0020-1209 9 0008-0061, 0008-0062, 0020-1200, 0020-1202, 0020-1204, 0020-1206, 0020-1208, 0020-1209
8 * Support of Move Originator Message ID (0000,1031) in C-Store responses driven by C-Move 10 * Support of Move Originator Message ID (0000,1031) in C-Store responses driven by C-Move
9 11
10 Lua
11 ---
12
13 * Access to the HTTP headers in the "IncomingHttpRequestFilter()" callback
14
15 Image decoding 12 Image decoding
16 -------------- 13 --------------
17 14
15 * New URI: "/instances/.../frames/.../raw" to access the raw frames (bypass image decoding)
18 * Huge speedup if decoding the family of JPEG transfer syntaxes 16 * Huge speedup if decoding the family of JPEG transfer syntaxes
19 * Refactoring leading to speedups with custom image decoders (including Web viewer plugin) 17 * Refactoring leading to speedups with custom image decoders (including Web viewer plugin)
20 * Support decoding of RLE Lossless transfer syntax 18 * Support decoding of RLE Lossless transfer syntax
21 * Support of signed 16bpp images in ParsedDicomFile 19 * Support of signed 16bpp images in ParsedDicomFile
20
21 Lua
22 ---
23
24 * Access to the HTTP headers in the "IncomingHttpRequestFilter()" callback
22 25
23 Maintenance 26 Maintenance
24 ----------- 27 -----------
25 28
26 * Fix issue 11 (is_regular_file() fails for FILE_ATTRIBUTE_REPARSE_POINT) 29 * Fix issue 11 (is_regular_file() fails for FILE_ATTRIBUTE_REPARSE_POINT)