How to convert png to eps

Jimmy (xiaoke) Shen
1 min readJan 9, 2020

--

When submitting paper to IEEE, we have to convert png to eps file.

We can use the following commands on linux termal

convert whole_system_v3.png eps2:whole_system_v3.eps

by using eps2, the file size is reasonable.

--

--

No responses yet