Gentoo Archives: gentoo-user

From: maxim wexler <blissfix@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] best circuit drawing software
Date: Sun, 02 Mar 2008 21:20:31
Message-Id: 679798.73415.qm@web31711.mail.mud.yahoo.com
In Reply to: Re: [gentoo-user] best circuit drawing software by don
1 > The best format for line drawings is a vector format
2 > like svg.
3 > With a vector format the image can be scaled to any
4 > size and still
5 > stay sharp.
6
7 Can it be viewed by someone who only has Explorer?
8
9 >
10 > A bitmap with lossless compression like png is
11 > tolerable.
12 >
13 > Please don't use jpeg. It uses lossy compression
14 > that is designed for
15 > photos. They end up fuzzy.
16 >
17 Been working with xcircuit. It saves in PS but can be
18 made into a jpeg which looked just as sharp as the
19 original.
20
21 I found this command online:
22
23 gs -dBATCH -sOutputFile=4804SR-output.jpg
24 -sDEVICE=jpeg 4804SR-output.ps
25
26 Which I changed to this:
27
28 gs -dBATCH -sOutputFile=4804SR-output.png
29 -sDEVICE=jpeg 4804SR-output.ps
30
31 The first file it created ends in .jpg, the second in
32 .png. But they're both the same size and look exactly
33 the same in the browser. When I gave it -sDEVICE=png
34 it replied "Unknown device: png". So maybe it just
35 makes jpegs but will call them whatever...
36
37
38 mw
39
40
41 ____________________________________________________________________________________
42 Looking for last minute shopping deals?
43 Find them fast with Yahoo! Search. http://tools.search.yahoo.com/newsearch/category.php?category=shopping
44 --
45 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] best circuit drawing software Willie Wong <wwong@×××××××××.EDU>
[gentoo-user] Re: best circuit drawing software Grant Edwards <grante@××××.com>
Re: [gentoo-user] best circuit drawing software Stroller <stroller@××××××××××××××××××.uk>