Why can't I load these tifs into Igor?
marcushui
Some of the tifs, I try to load into Igor throw an error when being loaded saying "Unable to load the specified TIFF file". I've tried this both in code form and the interface for loading images under the data tab. I've attached the images that won't load below.
I can't load them into Igor, but then I can't open them in ImageJ either. What's the origin of the files? Are you sure they are TIFF?
September 26, 2022 at 01:55 pm - Permalink
In reply to I can't load them into Igor,… by sjr51
As far as I know they should be tiffs, they are images taken off a camera and saved through the labview method MemorySaveImage
September 26, 2022 at 10:12 pm - Permalink
These files are in BMP format.
September 27, 2022 at 12:36 am - Permalink
christian.halaszovich is right. You can either change the extension to ".bmp" and just drag the files in to Igor to load them in the Pictures gallery, or you can use an ImageLoad command such as the following:
ImageLoad/T=bmp/Q "C:Users:username:Downloads:Img2.tif"
September 27, 2022 at 06:51 am - Permalink