The problem may be the way that your viewer is converting vectors
to dots.
In the document at http://www.luciani.org/geda/util/matrix.pdf
I used image-magick to set dot densities.
For the PCB layers I used the command-line
convert -density 576
For the schematics I used
convert -density 288
(* jcl *)
On 7/29/05, Hiroshi T. <mlht@xxxxxxxxxxxxxxxxxx> wrote:
Hello, there!
I'm quite new to circuit editors. I've just tried the gEDA tutorial.
I want my circuit designs to be exported to Web pages.
I saved the tutorial's file one.sch as a PNG file and saw it by an
image viewer to find its texts consist of rather small number of dots.
I'm on Mac OS X 10.3.4.
Are there any ways to improve the quality of resulting PNG files?
Thanks in advance.