On Sat, 12 Jun 2010 11:17:33 +0100, Eric S Fraga wrote: [...] > for instance. Then, if I need bitmap images, I use "convert" from > ImageMagick to create these from the EPS files with the required > density (depending on intended use, whether screen display or > printing), as in > > convert -quality 95 -density 300 graph.eps graph.png Ooops, ignore the "-quality 95" as that is only appropriate if you are creating a lossy format output, such as jpeg!