X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent; bh=WnIFmu7lSGxg9l7nGpikntJNrAdWfIzgIAsyiC4JS4U=; b=dqUUgkpBBK4Db1UMPSRDwvMYo2xeuvRTIo8z11SNeHjfRTYY3nnsUK0kzMoi3wR3lq O4/vlIzjungfR0RxH7ecVPKArijoQk1BnVbkFXLHOHf544zZq92JyWnU05uYnWqrJcym uh4oHhmqezwg0FGu8jWkztW/4MkMQExl0j7acjzp1CaytfqOsLFEd9XFOCcwRc/0JTzC MjpwcZvaScE+sJ7TLWyYOZqKmln6iJZ13P/EBsOxCRAMuN0zva6vIyJA5+J/j/4O0cfl hmvGIA6eP6+YvdC96m46K/6CA4Sli0/LRzZ+feRIz53jwxCeCiAPhDqOjn3x8NqJNFGe dlTw== X-Received: by 10.152.234.42 with SMTP id ub10mr14845759lac.60.1437764219719; Fri, 24 Jul 2015 11:56:59 -0700 (PDT) Date: Fri, 24 Jul 2015 21:56:57 +0300 From: "Vladimir Zhbanov (vzhbanov AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] Gschem symbol export image Message-ID: <20150724185657.GI2835@localhost.localdomain> Mail-Followup-To: geda-user AT delorie DOT com References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) 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 On Wed, Jul 22, 2015 at 01:49:15AM +0530, Shashank Chintalagiri (shashank DOT chintalagiri AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > How does gedasymbols display images for the symbols? When I try an > image export with > > gschem -p -o -s/image.scm ' > > I get an image with the symbol translated all the way to the bottom > left, making for rather unpleasant images. > > Theres's also the white but not quite white background which would've > been nicer as an alpha channel, but I can live with it as long as I > can somehow get the symbol centered in the image, and possibly also > let the symbol not have an overall size which is of a fixed aspect > ratio (tall symbols should produce tall images, not wide images with > the symbol shoved into the bottom left corner) > > Thanks If your geda-gaf version is 1.9.x, you can try to use the gaf utility. (gschem works as well, if you'll want to see how it blinks :) I've mentioned the trick with changing the colors in print-color-map or display-color-map structures. You can change or disable (make it transparent) any color you want. I cannot recall whether I added this to the geda wiki, and I'm lazy to search for it now since I'm a bit tired, but you can try to search for it in the list and in the wiki. If you'll not find anything, please let me now, I'll send you my settings :) Cheers, Vladimir