필터 지우기
필터 지우기

show and save the big size image

조회 수: 3 (최근 30일)
lina
lina 2012년 11월 15일
Hi everyone,
1. Is there anyone knows how to show the big size image?
Let say I have 2000 x 3000 pixel image. When I tried to show up used the "imshow" function, there will be any warning message
Warning: Image is too big to fit on screen; displaying at 17%
And I need to display all part image on screen (use the scroll panel)
2. How to save/export this big size image(1) without white border? So I can get 2000x3000 output image.
Thanks in advance

채택된 답변

Jan
Jan 2012년 11월 15일
편집: Jan 2012년 11월 15일
Does you monitor have 2000 x 3000 pixels? If not there are different solutions:
  • The image is scaled automatically e.g. by using the image() command.
  • The image is scaled manually, see imresize.
  • The image must be scrolled.
You can use imwrite to export the image array directly. This is much better than re-importing the image from the figure again.
  댓글 수: 1
lina
lina 2012년 11월 16일
Hi Jan,
your reply has solved my problem thanks

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by