Skip to content

Commit

Permalink
feat: added voiLUTFunction
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouwen committed Sep 22, 2022
1 parent bd130d4 commit 5dda67a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/imageLoader/createImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,9 @@ function createImage(imageId, pixelData, transferSyntax, options = {}) {
windowWidth: voiLutModule.windowWidth
? voiLutModule.windowWidth[0]
: undefined,
voiLUTFunction: voiLutModule.voiLUTFunction
? voiLutModule.voiLUTFunction
: undefined,
decodeTimeInMS: imageFrame.decodeTimeInMS,
floatPixelData: undefined,
imageFrame,
Expand Down

0 comments on commit 5dda67a

Please sign in to comment.