@cornerstonejs/core 2.11.3 → 2.11.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -58,9 +58,6 @@ function _determineDataType(imageIds, volumeMetadata) {
58
58
  const canRenderFloat = canRenderFloatTextures();
59
59
  switch (BitsAllocated) {
60
60
  case 8:
61
- if (signed) {
62
- throw new Error('8 Bit signed images are not yet supported by this plugin.');
63
- }
64
61
  return 'Uint8Array';
65
62
  case 16:
66
63
  if (canRenderFloat && floatAfterScale) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cornerstonejs/core",
3
- "version": "2.11.3",
3
+ "version": "2.11.5",
4
4
  "description": "Cornerstone3D Core",
5
5
  "module": "./dist/esm/index.js",
6
6
  "types": "./dist/esm/index.d.ts",
@@ -82,5 +82,5 @@
82
82
  "type": "individual",
83
83
  "url": "https://ohif.org/donate"
84
84
  },
85
- "gitHead": "844eeb327029973b73d6bf26489635ea0803d2fd"
85
+ "gitHead": "d99099549e677627a6081a6be471590def3958a2"
86
86
  }