01-13-2011 10:11 AM
Hi all,
I am developing a home-made microscope and i would like to save the image from a CCD camera in a OME-TIFF format, a TIFF-based image format that includes the OME-XML standard
(see http://www.openmicroscopy.org/site and Bio-Format http://www.loci.wisc.edu/bio-formats/command-line-tools)
Have someone already done that ?
thanks
regards
Philippe
01-21-2011 09:36 AM
Hi Mnemo15,
In fact you can save Files with .TIFF extension using NI-IMAQ drivers, you can find information in our web site:
http://digital.ni.com/public.nsf/allkb/B51CCE62D00112B68625735C0000DDCF?OpenDocument
http://digital.ni.com/public.nsf/allkb/862567530005F09C86256759007628AF?OpenDocument
Regards,
Rémi D.
National Instruments France
01-21-2011 10:14 AM
Hi Remi.D,
the format that i am talking about it is a special tiff format developed for microMRI or PTscan images. With it you save all the informations/metadata you want (kind of experiment, number of image, z-position,....). Like that you do not need anymore a lab book where you used to write all these informations.
Give a look to this webpage: http://www.ome-xml.org/wiki/OmeTiff
regards,
01-24-2011 07:43 AM
After a quick look at the specs you posted, it looks like the easiest way to support this in LabVIEW is to write your own code for the image description and save it using a standard TIFF library. National Instruments sells the IMAQ library referenced above. You can probably use DLLs from LibTIFF.org directly from LabVIEW. However, I have not done this, and there are a plethora of ways DLLs can break compatibility with LabVIEW, so you may have to write some glue code.
Good Luck!
09-05-2013 02:06 PM
Did you ever find anyone who has done this?
Thanks!
03-18-2014 03:48 AM
Hi mnemo15,
I am also working on the same topic,
please let me know if you finally fould a solution for it.
Thanks,
Arash
11-08-2021 11:06 AM
Wondering if anyone has solved this, could you please share how you did it or any code snippets?