comparison NEWS @ 1959:45c4387a379c

Access to the HTTP headers in the "IncomingHttpRequestFilter()" callback
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 07 Apr 2016 16:26:22 +0200
parents ed77a9aea3f6
children 239e50b3792f
comparison
equal deleted inserted replaced
1958:c746e2d42ac8 1959:45c4387a379c
4 4
5 * New URI: "/instances/.../frames/.../raw" to access the raw frames (bypass image decoding) 5 * New URI: "/instances/.../frames/.../raw" to access the raw frames (bypass image decoding)
6 * Support of optional tags for counting resources in C-Find: 6 * 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 7 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 8 * Support of Move Originator Message ID (0000,1031) in C-Store responses driven by C-Move
9
10 Lua
11 ---
12
13 * Access to the HTTP headers in the "IncomingHttpRequestFilter()" callback
14
15 Image decoding
16 --------------
17
9 * Huge speedup if decoding the family of JPEG transfer syntaxes 18 * Huge speedup if decoding the family of JPEG transfer syntaxes
10 * Refactoring leading to speedups with custom image decoders (including Web viewer plugin) 19 * Refactoring leading to speedups with custom image decoders (including Web viewer plugin)
11 * Support decoding of RLE Lossless transfer syntax 20 * Support decoding of RLE Lossless transfer syntax
12 * Support of signed 16bpp images in ParsedDicomFile 21 * Support of signed 16bpp images in ParsedDicomFile
13 22