Skip to content

Commit

Permalink
feat(dicomImageLoader): Switch JPEG lossless decoder and add more tes…
Browse files Browse the repository at this point in the history
…ts (#1568)
  • Loading branch information
sedghi authored Nov 11, 2024
1 parent d508b48 commit b6a29a2
Show file tree
Hide file tree
Showing 182 changed files with 1,142 additions and 2,081 deletions.
Binary file modified bun.lockb
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@
"@types/react-dom": "^17.0.20",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"ajv": "^8.17.1",
"acorn": "^8.8.2",
"acorn-jsx": "^5.3.2",
"autoprefixer": "^10.4.14",
Expand Down
1 change: 1 addition & 0 deletions packages/dicomImageLoader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
"@cornerstonejs/codec-libjpeg-turbo-8bit": "^1.2.2",
"@cornerstonejs/codec-openjpeg": "^1.2.2",
"@cornerstonejs/codec-openjph": "^2.4.5",
"jpeg-lossless-decoder-js": "^2.1.0",
"comlink": "^4.4.1",
"pako": "^2.0.4",
"uuid": "^9.0.0"
Expand Down
7 changes: 0 additions & 7 deletions packages/dicomImageLoader/src/codecs/jpegLossless.d.ts

This file was deleted.

Loading

0 comments on commit b6a29a2

Please sign in to comment.