[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: gEDA-user: improve PNG output quality



On Mon, Oct 20, 2008 at 7:46 AM, Duncan Drennan
<duncan.drennan@xxxxxxxxx> wrote:
>> You could increase the size of the png from the export dialog box
>> (bottom left corner), allowing greater detail in the file.
>
> I had already tried that, but I still wasn't happy. In the end I
> output to an EPS file, converted to a PDF, imported into Inkscape,
> scaled up a bit and exported to a PNG.
>
> It is a bit round-about, but the quality when I insert it into an
> openoffice document is now okay.

You may want to try the convert utility from ImageMagick.
I usually add the various commands to a Makefile.
The commands below are from the Makefile I use for
the gEDA utilities documentation on my website ---

	ps2epsi $*.ps $*-sch.epsi
	convert -density 288 -rotate 90 -fill "#F0F0E0" -opaque white
$*-sch.epsi $*-sch.png

(* jcl *)





-- 
http://www.luciani.org


_______________________________________________
geda-user mailing list
geda-user@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user