10-01-2008 12:26 PM
10-02-2008 08:36 AM
10-28-2008 02:11 PM
10-29-2008 01:50 PM
08-11-2014 08:03 AM
Hi all,
It's quite an old post, but it seems that I'm the only one who struggle with that thing: I've Mac 2013 version an would like to display huge tiff files in labview. How can I do this, since IMAQ is only available for win and I really couldn't found any tiff-reader that still works.
thank you very much for your help!!!
08-12-2014 08:43 AM
I must preface this with the fact that I have not used a Mac in awhile, and not for development in a looong while (Mac+ anyone 😉 ). That said, you have a couple of options you can try. You can use a tool such as ImageMagick to convert from TIFF to PNG, then load to LabVIEW. ImageMagick can be invoked from LabVIEW either as a dynamic library or from the command line. For a big image, this may not be ideal, since it will take awhile to convert and use disk space. Mac OSX has native support for TIFF images. You should be able to use the system dynamic libraries to load the image. I believe Apple documents graphics systems on their website. Finally, you could get the original libtiff and build it yourself, but it sounds like you have already tried that.
Unfortunately, you have exhausted the sum total of my knowledge at this point. Good luck. If you find a good solution, please post it here so others can benefit. Thanks!