Skip to content

Releases: ivmartel/dwv

JPEG + faster parser

17 Sep 22:36
Compare
Choose a tag to compare

This release brings support for the DICOM files containing JPEG encoded data thanks to open source jpeg decoder libraries, namely jpg.js from @notmasteryet and JPEGLosslessDecoderJS from the @rii-mango project.

The DICOM parser has been improved by using the DICOM dictionary only when needed. A wrapper class has been added to get the DICOM tags. It has been tested against dcmjs, a port of dcmtk via emscrypten, using the dcmbench project. At the same time the dictionary was update to the 2015 DICOM standard.

See milestone 0.11.0 for details.

First patch for v0.10.0

25 Jun 23:07
Compare
Choose a tag to compare

Removed unnecessary swap in dicomParser. See milestone 0.10.1 for details.

Faster parser

26 May 23:01
Compare
Choose a tag to compare

Speeding up things! The parser gets a boost by avoiding some non needed copy of data and using a new JPEG2000 decoder. DICOM sequences get a better support. Adding optional event subscribing and simple state save as json. See milestone 0.10.0 for details.

Simpler API

06 Mar 21:38
Compare
Choose a tag to compare

Massive re-write for simpler setting. New protractor tool, updated the scroll tool. Support per slice rescale slope and intercept. See milestone 0.9.0 for details.

Orthanc compatible

24 Nov 20:20
Compare
Choose a tag to compare

This release adds Orthanc to the compatible PACS. It also introduce drag and drop support. See milestone 0.8.0 for details.

Quantification return

18 Sep 21:54
Compare
Choose a tag to compare

Quantification return and support for one drawing per slice. See milestone 0.7.1 for details.

Editable Drawings

28 Jun 16:42
Compare
Choose a tag to compare

This version brings editable/undo-redoable/more stable shapes thanks to kineticjs. Connection to dcm4chee PACS is also now possible. See milestone 0.7.0 for details.

Flexible viewers

24 Feb 22:55
Compare
Choose a tag to compare

Allows more independent and configurable viewers. See milestone 0.6.0 for details.

First patch for v0.5.0

10 Jan 22:26
Compare
Choose a tag to compare

Using final jquery mobile 1.4 and fix for sticking progress. Check milestone 0.5.1 for solved issues.

JPEG 2000

18 Dec 22:23
Compare
Choose a tag to compare

Added support for JPEG 2000, using application cache, a bit more app-ready and user help. Check milestone 0.5.0 for solved issues.