From: Li on
Hello,

When I look at a multi-page tiff image using ImageJ, on top of the image, it shows, for example: 12/100 (name12.tiff); 256x256 pixels; 8-bit; 3MB

This "name12.tiff" corresponding to the 12th image of the tiff file, which changes as I check other images in the stack, for example: 20/100 (name20.tiff); 256x256 pixels; 8-bit; 3MB

I wonder how I can get this string by calling some Matlab function?

Thank you very much!
From: ImageAnalyst on
What MATLAB version do you have? Did you take a look at the new Tiff
class they recently added? It has lots of functionality.
From: Li on
ImageAnalyst <imageanalyst(a)mailinator.com> wrote in message <9b0942d6-69c4-410f-a7eb-83f01eba97db(a)j4g2000yqh.googlegroups.com>...
> What MATLAB version do you have? Did you take a look at the new Tiff
> class they recently added? It has lots of functionality.

I have R2008a. But thanks for your reply!
From: Ashish Uthama on
On Tue, 08 Jun 2010 16:08:04 -0400, Li <xdtl(a)hotmail.com> wrote:

> Hello,
>
> When I look at a multi-page tiff image using ImageJ, on top of the
> image, it shows, for example: 12/100 (name12.tiff); 256x256 pixels;
> 8-bit; 3MB
>
> This "name12.tiff" corresponding to the 12th image of the tiff file,
> which changes as I check other images in the stack, for example: 20/100
> (name20.tiff); 256x256 pixels; 8-bit; 3MB
>
> I wonder how I can get this string by calling some Matlab function?
>
> Thank you very much!

IMFINFO should work on multi-page Tiff images, returning an array of
structures (one element per page)