Ubuntu – Image format conversion from terminal

command lineepsimage processing

Is there any way to convert image formats from Ubuntu terminal?

Particularly from eps to png/jpg or to any other formats.

Best Answer

You can use the imagemagick command line tool

http://www.imagemagick.org/script/convert.php

You can use it like this:

convert myfile.eps foo.png