# HG changeset patch # User Sebastien Jodogne # Date 1460039493 -7200 # Node ID 239e50b3792ff3c9325dc08a5b4fed37b984e935 # Parent 45c4387a379c24ded0789bd667fefb47c92db4cf news diff -r 45c4387a379c -r 239e50b3792f NEWS --- a/NEWS Thu Apr 07 16:26:22 2016 +0200 +++ b/NEWS Thu Apr 07 16:31:33 2016 +0200 @@ -2,24 +2,27 @@ =============================== -* New URI: "/instances/.../frames/.../raw" to access the raw frames (bypass image decoding) +Dicom protocol +-------------- + * Support of optional tags for counting resources in C-Find: 0008-0061, 0008-0062, 0020-1200, 0020-1202, 0020-1204, 0020-1206, 0020-1208, 0020-1209 * Support of Move Originator Message ID (0000,1031) in C-Store responses driven by C-Move +Image decoding +-------------- + +* New URI: "/instances/.../frames/.../raw" to access the raw frames (bypass image decoding) +* Huge speedup if decoding the family of JPEG transfer syntaxes +* Refactoring leading to speedups with custom image decoders (including Web viewer plugin) +* Support decoding of RLE Lossless transfer syntax +* Support of signed 16bpp images in ParsedDicomFile + Lua --- * Access to the HTTP headers in the "IncomingHttpRequestFilter()" callback -Image decoding --------------- - -* Huge speedup if decoding the family of JPEG transfer syntaxes -* Refactoring leading to speedups with custom image decoders (including Web viewer plugin) -* Support decoding of RLE Lossless transfer syntax -* Support of signed 16bpp images in ParsedDicomFile - Maintenance -----------