LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

read stacked tiff images generated by ImageJ

Does anyone know how to use IMAQ ReadFile to read the stacked tiff file generated by ImageJ(as attached, 4 images in the stack)?

It seems possible but IMAQ ReadFile somehow only gives the first image of the stack file. 

Message Edited by ein on 04-07-2010 03:09 PM
0 Kudos
Message 1 of 4
(4,551 Views)
It isn't possible.  IMAQ ReadFile can only read the first.  You'll have to make ImageJ split up the images into individual files.
Randall Pursley
0 Kudos
Message 2 of 4
(4,530 Views)

Hi Ein,

 

Randall is right.Unfortunately while .tif files are supported, multiple paged .TIF files are not supported by IMAQ Vision. If you must use this file format, I believe that there are many freeware or shareware programs that can allow you to split this file type into individual pictures. I apologize for any inconvenience. 

 

 

Esmail Hamdan | Applications Engineering | National Instruments 

0 Kudos
Message 3 of 4
(4,513 Views)

Easiest way is to write a wrapper around libTIFF.  One person has done that here: http://forums.ni.com/ni/board/message?board.id=170&message.id=417600

 

0 Kudos
Message 4 of 4
(4,502 Views)