imshow doesn't display png image file
Show older comments
Hi,
I'm trying to read and show the attached png file using imread and imshow fuctions, respectively. But the resulting image is only black. Any idea where I'm going wrong?
Thanks,
PS: The code I'm using is:
img = imread('scale2_int_1000ms_frm_1_0.png');
imshow(img)
Accepted Answer
More Answers (0)
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!