Problem with .tif images display in matlab
Show older comments
I don't understand why my images (.TIF extension) are not showing clearly in MATLAB. When I try to view same picture in any other photo viewer app, I can see a clear image.Below I am attaching my image in matlab (on the left) and genral image in photo viewer(on the right). somebody please explain me what to do. Thanks in advance
I used the following simple code to display image in matlab.
img = imread("Water_T_90_t_inj_10_P_05_M10250.tif");
imshow(img)

3 Comments
Rohit Thokala
on 18 Dec 2021
Rohit Thokala
on 18 Dec 2021
Edited: Rohit Thokala
on 18 Dec 2021
Accepted Answer
More Answers (0)
Categories
Find more on Contrast Adjustment 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!