Question : coverting EPS to TIFF

Hi:
I would like to write a script that coverts EPS files to .tif images in batch mode. The problem is I would like to run this script from a servlet. I tried using the gs tool - something like this -gs -sOutputFile=plot1.tiff plot1.eps | This opens a GUI interface and so does not work from a servlet. Is there anyway I could get this done? I am not well-versed on linux so dont knwo if there are any other tools that do this without actually using a windows interface.
Thanks for any help rendered.
Cheers.
P

Answer : coverting EPS to TIFF

Use ImageMagick, http://www.imagemagick.org/
And the documentation page for the command line conversion utility: http://www.imagemagick.org/www/convert.html
Random Solutions  
 
programming4us programming4us