X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=kRYSGgJ2CSMymtUlbEUtCzSflD2m3kBSPPsS66pKOvk=; b=ApQazN7WgU6w/S6EdcmagEQSiXLEUMtnTtAlofH1HbeL8deBo6i0gbNhxwThShHNMY 3VvDBZhmjKu+Rl6WP2ERntYU9Bfg1ZUnF/gaXL0lPkg2d7r2WyIK4jkKwPwpDD3spARI ZTUM/mzNd6zpkBeAOa9sG1MAheXmuMH2cWzaJ00tC8aCbG4KAa/zBlIlhC4MlG+5Kv3l ccKkexzYZffDzDVz6kAdnoqd5yFm2yN5onWYa+bpfYddT2ML+bn8qzArWDVoiatuJxpI YJwaLHCrAsqFiSOVC+/77gYpficSBjlXvKPIA6JWhkZtpZKBgUBYcy/c4nKnA9i2NRJE p6hw== MIME-Version: 1.0 In-Reply-To: <20121029091641.GX32696@fi.muni.cz> References: <20121029091641 DOT GX32696 AT fi DOT muni DOT cz> Date: Fri, 2 Nov 2012 15:23:14 +0300 Message-ID: Subject: Re: [geda-user] gschem command line - image export From: Vladimir Zhbanov To: geda-user AT delorie DOT com Content-Type: text/plain; charset=ISO-8859-1 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 2012/10/29 Jan Kasprzak : > 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. > I've just written (and somehow translated into English) a document where I tried to explain my ways of gschem printing. Look at vzhbanov.byethost33.com/geda/printall (and vzhbanov.byethost33.com/geda/printall.ru for the Russian version, this is for the case if Russian users will read this post). Translation is probably not so clear since I have very limited time and skills in English to do it well now (if it will be useful for someone I can place some pieces of it into gEDA wiki; anyway any help would be very appreciated). It contains a description of EPS creating, scripts and Makefiles which you may use to make then pictures using ImageMagick's tool 'convert' something like 'convert my.eps my.png' (there is a link there to the page with example symbol pictures). Just download files from there, change them a bit (replace schematic file names by yours) and try out how they work.