How do I save an image at a specific resolution?
10 ビュー (過去 30 日間)
古いコメントを表示
My MatLab knowledge is terrible. I have made some figures. I want to save them at a very high resolution as a .tiff. How can I do this? I have tried using the
imwrite
print -r
functions, but this doesn't seem to work.
0 件のコメント
採用された回答
Image Analyst
2013 年 12 月 14 日
Do you want to save only the image, as an image? Or do you want to save the figure as an image? If it's just the image, that you may have displayed with imshow(), image(), or imagesc(), then you can use imwrite().
If you want to save the figure, because you have annotation (arrows, text, lines, polygons) in the overlay above the image, or you want to show axes tick marks and toolbars, then you can use saveas(). Or better than saveas() is export_fig(). See this page to download export_fig: http://www.mathworks.com/matlabcentral/fileexchange/
2 件のコメント
その他の回答 (3 件)
PAVITHRA A
2016 年 9 月 4 日
hi...i heed to get high resolution and low resolution of image from LBP processed image.how can I do this??can anybody help me...
0 件のコメント
Palguna Gopireddy
2022 年 11 月 27 日
See this link.
https://in.mathworks.com/help/matlab/creating_plots/save-figure-at-specific-size-and-resolution.html
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Printing and Saving についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!