Clear Filters
Clear Filters

what is the difference b/w image size 256*256 and image size 256*256*3?

19 views (last 30 days)
I m doing project with medical images... i have read a .tiff image and calculated size ..it is showing 256*256*3..what is it??

Accepted Answer

Walter Roberson
Walter Roberson on 15 Feb 2013
The image that has *3 is an RGB image. The image that does not have *3 is a grayscale image (or a pseudocolor image)
  4 Comments
Image Analyst
Image Analyst on 3 Apr 2013
Sometimes if you save images without specifying the correct options you could get an image stored as color even though it's grayscale. I often see jpg or bmp images that people uploaded as having 3 color channels even though it's a grayscale image in appearance. It saved it as color with all 3 channels being the same gray level image.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!