フィルターのクリア

My .eps file get bad resolution when I transfer it to power point

3 ビュー (過去 30 日間)
Patrik Ek
Patrik Ek 2013 年 8 月 14 日
Hi,
I have saved some .eps files using MATLAB's saveas function. However, when I try to insert them in powerpoint the resolution becomes bad. Why does this happen? Are there a solution to this? I cannot save all the files again, this would take too much time.
BR/Patrik

採用された回答

Jan
Jan 2013 年 8 月 15 日
When the renderer of the Matlab figure is 'Painters', the created EPS files are vector graphics. But PowerPoint and Word tend to display the embedded TIFF preview only. Word inserts the high-quality EPS when you print the text on paper or in a PDF, but PowerPoint slides are not necessarily printed.
When the 'OpenGL' or 'ZBuffer' renderer is used, the EPS-export contains a rastered image and the resolution can depend on different parameters. Then exporting a PNG is usually more convenient and allows to control the output more accurately.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Report Generator についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by