PNG to eps conversion massive increase in file size

前端 未结 5 1384
走了就别回头了
走了就别回头了 2020-12-24 02:18

I\'m converting an image from .png to .eps and it hugely increases the file size. Can anyone explain why this is, and how to prevent it increasing so much.

I\'m usin

5条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-24 03:10

    Use level 3 postscript if you can. In general, level 3 will produce the smallest files. Level 2 provides the best compatibility, and works well with jpeg images. (see http://electron.mit.edu/~gsteele/pdf/)

    convert fig.png eps3:fig.eps
    

提交回复
热议问题