Skip to content

Releases: rii-mango/Daikon

v1.2.46

30 Jan 17:53
Compare
Choose a tag to compare

Reverting lossless.js to v2.0.7
Updating dependancies pako and xss to newer versions
Adding a GitHub Action workflow
Changing npm run build to use esbuild (npm run build-old will use the previous browserify/uglify build options)
Adding git+ to repository URL per npm run fix suggestion

v1.2.45

14 May 17:19
Compare
Choose a tag to compare

Reverting to dependencies from v1.2.42
Daikon was able to build and test without errors when including fflate and dicom-character-set. However, when that version of Daikon was included in Papaya it would prevent Papaya from building.

v1.2.44

09 May 21:01
Compare
Choose a tag to compare

Including white-listed filtering of header values to protect against xss with malicious image
Updating dependencies (using esbuild + fflate instead of browserify + uglifyjs + pako)

Release v1.2

04 Nov 15:17
Compare
Choose a tag to compare
  • Added support for RGB data.
  • Added support for RGB palettes.
  • Added support for parsing Siemens CSA header.
  • Many other minor fixes and enhancements.

Added compressed DICOM support.

23 Jun 21:00
Compare
Choose a tag to compare

This release added support for the most common types of DICOM compression. The following compressed transfer syntax are supported:

  • 1.2.840.10008.1.2.4.50 (JPEG Baseline (Process 1) Lossy JPEG 8-bit)
  • 1.2.840.10008.1.2.4.57 (JPEG Lossless, Nonhierarchical (Processes 14))
  • 1.2.840.10008.1.2.4.70 (JPEG Lossless, Nonhierarchical (Processes 14 [Selection 1]))
  • 1.2.840.10008.1.2.4.90 (JPEG 2000 Image Compression (Lossless Only))
  • 1.2.840.10008.1.2.4.91 (JPEG 2000 Image Compression)
  • 1.2.840.10008.1.2.5 (RLE Lossless)

Release v1.0

12 Mar 14:25
Compare
Choose a tag to compare

The initial release of Daikon.