Releases: ivmartel/dwv
JPEG + faster parser
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
Removed unnecessary swap in dicomParser. See milestone 0.10.1 for details.
Faster parser
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
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
This release adds Orthanc to the compatible PACS. It also introduce drag and drop support. See milestone 0.8.0 for details.
Quantification return
Quantification return and support for one drawing per slice. See milestone 0.7.1 for details.
Editable Drawings
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
Allows more independent and configurable viewers. See milestone 0.6.0 for details.
First patch for v0.5.0
Using final jquery mobile 1.4 and fix for sticking progress. Check milestone 0.5.1 for solved issues.