필터 지우기
필터 지우기

Loss of resolution with imread?

조회 수: 11 (최근 30일)
A
A 2011년 5월 27일
I am loading some images to another program using imread, and I have noticed that the resolution for some graphs that are saved as jpeg images is drastically reduced when I load them. Unfortunately it is so reduced that the images are now unsable. Has anyone else run into this problem, and is there any way to remedy it? I have also tried with tif files, but the problem persists.

채택된 답변

A
A 2011년 5월 27일
Switched the image type to pnf and the resolution problem was solved.

추가 답변 (1개)

Jan
Jan 2011년 5월 27일
IMREAD does not reduce the resolution of the images. The problem must have happened at "save as jpeg". How did you do that?
  댓글 수: 1
A
A 2011년 5월 27일
my image is saved with saveas(gcf, title, 'jpg'), however when I open the jpeg image from its folder the resolution is fine (however, the resolution is definitely better with the pdf version of the file, but I cannot edit this). Opened from the folder the resolution is fine, then displayed once loaded from my program the resolution is drasatically reduced.

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

카테고리

Help CenterFile Exchange에서 Convert Image Type에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by