How to export non-blurry eps images?

后端 未结 10 1833
攒了一身酷
攒了一身酷 2020-12-15 07:08

I\'m exporting an image in Matlab using the eps format, but it smooths the image. Matlab does not blur the image using other formats such as png. I would like to know how to

10条回答
  •  無奈伤痛
    2020-12-15 07:50

    not sure why it works but you can try doing the following:

    eps2eps oldfile newfile
    

    does the trick for me (on a mac os)

提交回复
热议问题