Improving resolution of a loaded image

2 次查看(过去 30 天)
I am working with two routines that create images, and save them automatically with saveas (as .png files) to a folder. I then want read these images (with imread) with another program.
The trouble is that with the saveas function, I am having a massive loss of resolution of the images. When I read them with my new program, the image is so poor that it is useless. I do not, however, have this problem when I manually "save as" the image.
Is there any reason why the automated save as function would be decreasing the resolution? How could I remedy this in the saving, or is there a way to improve the resolution when I load the images in my new program?
Thank you!
Amina
  2 个评论
Walter Roberson
Walter Roberson 2011-5-29
I am not clear how this differs from your previous question http://www.mathworks.com/matlabcentral/answers/8347-loss-of-resolution-with-imread
If the images show up with full resolution when opened from the folder, there is no actual loss of resolution in the image, but there could be loss of resolution in how the second program displays the image.
A
A 2011-5-29
There is a loss of resolution immediately in the saved file, before it is called, when I am using saveas from the original program. The resolution is much better when I manually save, regardless of the file type. It is a very strange error..

请先登录,再进行评论。

采纳的回答

Walter Roberson
Walter Roberson 2011-5-30
Typical solution: instead of using saveas(), use Oliver's export_fig

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Import, Export, and Conversion 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by