3 ;; This file may be used to produce png files from gschem schematics from the
4 ;; command line. Typical usage is:
6 ;; gschem -p -o mysch.png -s /path/to/this/file/image.scm mysch.sch
8 ;; The schematic in "mysch.sch" will be exported to the file "mysch.png"
11 ;(image-size 3200 2400)
12 (image-color "enabled")
13 ;(image-color "disabled")
15 ; You need call this after you call any rc file function
16 (gschem-use-rc-values)
18 ; filename is specified on the command line
19 (gschem-image "dummyfilename")