필터 지우기
필터 지우기

How can I save a heavy image?

조회 수: 5 (최근 30일)
Ricardo Sampaio
Ricardo Sampaio 2015년 10월 9일
댓글: Thorsten 2015년 10월 9일
I'm trying to either "save as", "export" or "copy figure" a heavy image (1201x1201) as .jpg. When I use both "save as" or "export", I only get a blank plot with the axis on. And when I use "copy figure" it doesn't copy anything so I can't paste anything. I've also tried to use the saveas and print functions, but none of them worked and keeps giving me the blank image. However, everything works completely fine when I try it for a simple and lighter image. What should I do?

채택된 답변

Thorsten
Thorsten 2015년 10월 9일
Use imwrite.

추가 답변 (1개)

Ricardo Sampaio
Ricardo Sampaio 2015년 10월 9일
Not the best resolution, but worked. Thank you!
  댓글 수: 1
Thorsten
Thorsten 2015년 10월 9일
imwrite writes your data as an image. If you need a better resolution you need a larger image. Or you should save to a format that does not compress the image, i.e., png or tiff, but not jpg.

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

카테고리

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