X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:from:date :message-id:subject:to:content-type:x-gm-message-state; bh=3Zo0+4KjqVtLihA9FtgubbskpJQXndOrZf0odJVELz0=; b=agZBHStg1VaMuDlMZlb8wBfqFSUpYNo7e70uK/dFijqx2U5D/coJr/SpRtw0FHjEAT ij8Z7gb1ahaAkdmwuhhpz+KcJwbHByqQ7+sKcMsQ8xA0r9G0gbuEbYmz/xmcNa9KqFzD xPNktudmbC4HT7ItrBvF1Ki32Qps5RJJYUDEsIjJK/46c7aplqNvIXe955FP80JZFDiu G/X8skzXwIodU24zXYPEfsSKPH7l51ZlEJ6kRwStEdzPh8tVz1I9ndV1BDrfAHVIVOHu nhzdAYk0MaMsNTS5SIl7GEM0Kuy4mtVfqm43dlvI75rdOKDJO2dWzO8M8OkxegG2RA/0 +3dw== MIME-Version: 1.0 X-Originating-IP: [206.220.194.212] In-Reply-To: References: <20121029091641 DOT GX32696 AT fi DOT muni DOT cz> From: Benjamin Bergman Date: Wed, 31 Oct 2012 17:05:58 -0500 Message-ID: Subject: Re: [geda-user] gschem command line - image export To: geda-user AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQmyXJB2ZC3rkjITIydmyxYIFTYHz7p9rgFhkGsNe+Du7Opv8HhU0NoWyhKSuo3mwReJRADv Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk I have a git-hook that automatically adds an image of my schematics and layouts to my git repository whenever changes are committed. You can find the related files here: https://github.com/BenBergman/.git_hooks I'm pretty sure my resources/image.scm is based heavily on the one referenced by asomers. Ben On Mon, Oct 29, 2012 at 10:20 AM, wrote: > Try this: > gschem -p -o OUTPUTFILE -s SCHEMEFILE INPUTFILE > > A good starting point for SCHEMEFILE is /usr/share/gEDA/scheme/image.scm. > You can change it to suit your needs. > > > On Mon, Oct 29, 2012 at 3:16 AM, Jan Kasprzak wrote: >> >> Hello, >> >> I would like to be able (for purposes of maintaining web pages of my >> project) to create a PNG file with my schematics from the command line. >> Is it possible somehow? gschem -o file.png apparently does not do it, >> it starts the GUI anyway. Is there any howto on using guile scripts >> in gschem? I just want gschem to start up, export the schematics >> to a given file, and quit. >> >> Thanks! >> >> -Yenya >> >> -- >> | Jan "Yenya" Kasprzak >> | >> | GPG: ID 1024/D3498839 Fingerprint 0D99A7FB206605D7 8B35FCDE05B18A5E >> | >> | http://www.fi.muni.cz/~kas/ Journal: http://www.fi.muni.cz/~kas/blog/ >> | >> Please don't top post and in particular don't attach entire digests to >> your >> mail or we'll all soon be using bittorrent to read the list. --Alan >> Cox > >