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

gEDA-cvs: CVS update: image.scm



  User: danmc   
  Date: 06/02/26 14:33:14

  Modified:    .        image.scm print.scm
  Log:
  add missing RCS Id and a few comments
  
  
  Revision  Changes    Path
  1.2       +8 -0      eda/geda/devel/gschem/scripts/image.scm
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: image.scm
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/scripts/image.scm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- image.scm	19 Oct 2003 18:24:36 -0000	1.1
  +++ image.scm	26 Feb 2006 19:33:14 -0000	1.2
  @@ -1,3 +1,11 @@
  +;; $Id: image.scm,v 1.2 2006/02/26 19:33:14 danmc Exp $
  +;;
  +;; This file may be used to produce png files from gschem schematics from the
  +;; command line.  Typical usage is:
  +;;
  +;;   gschem -p -o mysch.png -s /path/to/this/file/image.scm mysch.sch
  +;;
  +;; The schematic in "mysch.sch" will be exported to the file "mysch.png"
   
   (image-size 1024 768)
   ;(image-size 3200 2400)
  
  
  
  1.2       +8 -0      eda/geda/devel/gschem/scripts/print.scm
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: print.scm
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/gschem/scripts/print.scm,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- print.scm	26 Feb 2000 01:44:08 -0000	1.1
  +++ print.scm	26 Feb 2006 19:33:14 -0000	1.2
  @@ -1,3 +1,11 @@
  +;; $Id: print.scm,v 1.2 2006/02/26 19:33:14 danmc Exp $
  +;;
  +;; This file may be used to print gschem schematics from the
  +;; command line.  Typical usage is:
  +;;
  +;;   gschem -p -o mysch.ps -s /path/to/this/file/print.scm mysch.sch
  +;;
  +;; The schematic in "mysch.sch" will be printed to the file "mysch.ps"
   
   (output-orientation "portrait")
   (output-type "limits")