Mercurial > hg > orthanc
diff NEWS @ 1960:239e50b3792f
news
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 07 Apr 2016 16:31:33 +0200 |
parents | 45c4387a379c |
children | ef1e9856c26f |
line wrap: on
line diff
--- 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 -----------