Re: gEDA-user: pictures of symbols

2007-03-08 Thread Ales Hvezda
 
  Is there an easy command line way to generate an image (png or
  whatever) from a gschem symbol file? I'd like to catalogue my
  symbols for other users and a little picture would be nice.
 
 I've also asked for a command line print this schematic option, and
 Ales is working on it (or at least, it's on his to-do list).
 

If you have an X server available you can do it now:

gschem -o output.ps -s print.scm -p $i

where print.scm can be found at ${prefix}/share/gEDA/scheme

If you don't have an X server, then you can use Xvfb.  

If you oppose Xvfb, then then answer is no, you can't print a schematic
from the command line.  If it is possible (and I find the time) to add 
this functionality to gschlas, then I'll add it.

-Ales



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


gEDA-user: pictures of symbols

2007-03-07 Thread Peter Baxendale
Is there an easy command line way to generate an image (png or whatever)
from a gschem symbol file? I'd like to catalogue my symbols for other
users and a little picture would be nice.

Also, the same question for pcb footprints.
-- 
Peter Baxendale [EMAIL PROTECTED]



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


Re: gEDA-user: pictures of symbols

2007-03-07 Thread DJ Delorie

 Is there an easy command line way to generate an image (png or
 whatever) from a gschem symbol file? I'd like to catalogue my
 symbols for other users and a little picture would be nice.

I've also asked for a command line print this schematic option, and
Ales is working on it (or at least, it's on his to-do list).

Meanwhile, I have a sym2eps program here:
http://www.gedasymbols.org/user/dj_delorie/

I use this on gedasymbols to produce the images of symbols.


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