Prev: ??? Error using ==> vertcat CAT arguments dimensions are notconsistent.
Next: plotting three dimensional array
From: Li on 8 Jun 2010 16:08 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 8 Jun 2010 17:55 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 9 Jun 2010 12:00 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 14 Jun 2010 10:16
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) |