ImgPlus in javascript table view

Hey there,
Is there a way to visualise ImgPlus images in the javascript table view ?

Directly putting the ImgPlus into the table view result in the string description of the image…

I was trying to convert the ImgPlus to something the Javascript view would accept but I did not find a way.

Hi @l.thomas,

If you apply the Render to Image node before the table reader you should be able to convert your ImgPlus to either svg or png which the Table View node will render.
https://kni.me/n/Cpb4v00GcqcQjAon

Let me know if this works for you!
Corey.

2 Likes

Alternatively, there’s also the ImgPlus to PNG Images node:
https://kni.me/n/HW3VsOJM4ziftWNN

1 Like

Thanks @Corey, it works great with the Render to Image !

I had tried this one before but does not work

2 Likes

Woops, that’s surprising. I’ll check internally if that’s a known limitation. Thanks for reporting!

1 Like

The ImgPlus to PNG Images wraps the created png images into a collection cell, to support time series and other high dimensional images. You need to use the Split Collection Collumn node to get to the single images.

best,
Gabriel

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.