Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: images with color pallet lut not displaying properly #251

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ladeirarodolfo
Copy link
Contributor

Includes:

  • When naturilazing dataset prevent adding accessors to TypedArray/ArrayBuffer types

@@ -149,7 +151,9 @@ class DicomMetaDictionary {
if (
sqZero &&
typeof sqZero === "object" &&
!sqZero.length
!sqZero.length &&
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just use Array.isArray to check if the value is an array.

@wayfarer3130
Copy link
Contributor

Please just use Array.isArray, drop the two extra files, and add a unit test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants