LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   imagemagick converter (https://www.linuxquestions.org/questions/linux-software-2/imagemagick-converter-717879/)

hanamilani 04-09-2009 02:29 AM

imagemagick converter
 
Hi,

I have some files with .eps format which I would like to convert them to jpeg. How could I do it with imagemagick converter?

Regards,

colucix 04-09-2009 02:42 AM

Just give the names of the input and output to the convert command:
Code:

convert file.eps file.jpg
See http://www.imagemagick.org/script/convert.php for a summary of the available options.


All times are GMT -5. The time now is 08:28 AM.