why color image is getting displayed as gray image
Show older comments
i have a color image, when i display it shows as gray image, when i check the size also it shows as d = 1;

Img = imread('Afternoon Rain.bmp');
figure; imshow(Img);
how and why does it come like that...
Accepted Answer
More Answers (0)
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
