|
From: Julien R. <jr...@ph...> - 2010-11-12 19:35:19
|
On 12/11/2010 2:09 PM, Jon wrote: > convert aaa.eps -resize 640 480 aaa.png > > outside gnuplot, but the plot is smeared out due to magnification. > use an higher density of pixels for rasterizing, and more output pixels: convert -density 1000 -resize 3200x2400 aaa.eps aaa.png but best to leave out the -resize part and just tweak the correct number for -density for the desired output size. Cheers, Julien |