Why my colour image cannot display when using imread and imshow?
4 views (last 30 days)
Show older comments
Atifah Samuri
on 8 Nov 2021
Commented: Atifah Samuri
on 9 Nov 2021
I= imread ('pineapple.png');
imshow(I)
I am using this code. When I run the code, it display the grayscale image. Why the normal image not display?

0 Comments
Accepted Answer
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!