On Thu, 19 Dec 2002, H. Narfi Stefansson wrote: > I don't know of any tool that lets you edit postscript files.
vi? :) > However, if you > only need the figure, and you don't mind going into a pixel based format, why > not use gs? > gs -sDEVICE=ppmraw -r200 -q -dNOPAUSE -sOutputFile=pic.ppm -- pic.ps > converts pic.ps into a ppm file. Change -r200 if you need a higher resolution. > If you have a multipage postscript file, you can use pic%d.ppm as the template > for the output filenames. > > Then there is also the 'convert' command from the ImageMagick package, but I > didn't see at a glance how to control the resolution of the output images. It doesn't work anywhere near as well as gs since it does a pre-conversion to a lower resolution screen image then converts up.
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
