Skip to content

Commit

Permalink
Merge pull request #725 from bnmajor/imjoyapi-support-compare-images
Browse files Browse the repository at this point in the history
feat(imjoypluginapi): add support for passing in values for compareImages
  • Loading branch information
thewtex authored Dec 8, 2023
2 parents bfb2144 + 58b3406 commit 9cd136d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ImJoyPluginAPI.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ class ImJoyPluginAPI {
this.viewer = await itkVtkViewer.createViewer(container, {
image: ctx.data.image,
labelImage: ctx.data.labelImage,
fixedImage: ctx.data?.fixedImage,
compare: ctx.data?.compare,
pointSets,
geometries: null,
rotate: false,
Expand Down

0 comments on commit 9cd136d

Please sign in to comment.