On Sat, Mar 04, 2006 at 07:38:37PM -0500, John Luciani wrote: > You could probably do this by writing a script that (1) creates > a schematic file with a single symbol, (2) prints a postscript file > (using gschem-print.scm), (3) ps2epsi, (4) imagemagick to get to png.
I am using gschem-print.scm -> ghostscript -> conversion from pgm or ppm to png. I used imagemagick in the early days of Ronja but it got thrown away because was slow. CL< > > Sounds like the typical simple script that turns into an infinite series > of five minute tasks ;-) > > (* jcl *) > > On 3/4/06, DJ Delorie <[EMAIL PROTECTED]> wrote: > > > > Looking for something that can read a symbol file and produce > > encapsulated postscript. I can go from EPS to PNG with a filter. > > Preferably something standalone; the web server doesn't have lesstif > > or gtk runtimes on it. If someone has such a beast readily available, > > please let me know. > > > > Otherwise, I'll write my own minimal converter. > > > > > -- > http://www.luciani.org