Labview, saving as OME-TIF
Posted:
Mon Jan 13, 2014 2:00 pm
by awollman
Hi all,
I was wondering if anyone had written any VIs to save to OME-Tif from Labview? Exporting to tif is no problem but writing the OME-XML to the file looks more tricky as Labview cannot natively write to metadata.
Cheers,
Adam
Re: Labview, saving as OME-TIF
Posted:
Mon Jan 13, 2014 3:25 pm
by i.munro
Hi Adam
Our group is currently doing some work on this for Windows.
The current plan is to write a c++ wrapper for bio-formats as a .dll which could then be called form Labview.
We are at a fairly early stage though (see my post re BF-CPP) above.
Ian
Re: Labview, saving as OME-TIF
Posted:
Wed Jan 15, 2014 11:08 am
by awollman
Thanks for replying. That sounds interesting.
I'm currently thinking it should be possible to use the existing Labview file writing VIs to write the image data and xml to a file but I will update the forum with how I get on.
Re: Labview, saving as OME-TIF
Posted:
Mon Oct 19, 2015 7:48 am
by mtbc
Note that Bio-Formats now ships with a BSD-licensed C++ OME-TIFF writer:
https://www.openmicroscopy.org/site/sup ... rview.htmlMark