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=m0n5t3r.info; s=m0n5t3r; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=LZV1XP108cC5/nypzHifnYE0+Z8QIgsZZGlFz9SjBEw=; b=K4snJuKiAi5rG2USbT7nlLhADtUerkVuU1mGSZe9GcPciUdbuxe/sZnD34A56lNM3G YnjMYggiqnvDuvmpJmhvkLovDB8lz3X9tZp0CxlwadbyW3KMhwoFP3Ao25SeUqfv9e3u B4F8yxIwow5x+u+cT3ulfKJVlyjblZKRonI8M= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=LZV1XP108cC5/nypzHifnYE0+Z8QIgsZZGlFz9SjBEw=; b=i2Hei1/VKW8O3oIJDaY7WZH3WDiuPg10Eufj+pO+UMN7DHAmse9MPXSwdMySp9Hd1h bPtwJDgN8uenIOzSMc/UbVGThAgaX2bGSDOGktRPaUWWDjX3qLSODj899ZiW5G66Bhl2 KWWuh4pV4n1eIkOe6QQ36gdIPMbVH9YvxkE4asTeLO1ICj3TTzROO8eHcmjfgiK8kTix ZXygAJrbOQwoXIUZIBlIBBfr70J2C+3R+fWDp3vS6zEhkvGiXVLyttsi8zmTWKYGrqaw goyCWu4Obmtf55XQZXHuYqwMJpM+GWTE3BKE1YF+defFpZJQcv0fE8CwAe2c2nzm55bW iSgA== X-Gm-Message-State: ALoCoQlG7542Ov1563el3UcMIRYMTZlbAPjNCmw0yliy1zfDUZkXDSDG5QXNdPlAwf+fM9vdiKQb X-Received: by 10.180.74.112 with SMTP id s16mr40836390wiv.73.1426570610771; Mon, 16 Mar 2015 22:36:50 -0700 (PDT) Message-ID: <5507BD6F.7010502@m0n5t3r.info> Date: Tue, 17 Mar 2015 07:36:47 +0200 From: Sabin Iacob User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Thunderbird/36.0 MIME-Version: 1.0 To: geda-user AT delorie DOT com Subject: Re: [geda-user] bg-image is not showing properly in gtk and lesstif version of PCB References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com On 03/17/2015 02:21 AM, Svenn Are Bjerkem wrote: > Hi, > > I just revisited the --bg-image background image feature to create a > footprint for a gps module. > > I see a snag in the behaviour: > It seems as if the gtk version of pcb skews each line in the image > with a pixel or two for each line. This results in a diagonal wrap in > the image > > I have tested pcb-gtk versions 20110918-7 and 20140316-3 in Debian, > and both show the same > skew. > > I also tested gtk-lesstif 20140316-3 and 20110918-7 and here the image > is wrapped evenly > about 1/10th into the picture. This creates a vertical wrap. > > I have tried both jpg and ppm with the gtk version and ppm with the > lesstif version > > I tried to compile pcb from latest git source, but currently I have > some issues making it crash on me, > so I can't tell how the background picture will look there. > > I would be happy if anybody with a bit of extra time could try to use > a ppm or a jpg as background. > I think any reasonably sized picture can be used for test. pcb 20150206-0ppa0~utopic (from https://launchpad.net/~mehanik/+archive/ubuntu/geda-unstable - source is https://launchpad.net/~mehanik/+archive/ubuntu/geda-unstable/+files/pcb_20150206.orig.tar.gz) just tried with a 902x600 image: I see no diagonal skew, but the image is stretched to fit the board (which is probably intentional and makes sense for this application) > > I would also be happy if somebody could give me the git hash of a > reasonably new commit known to work so I can clean up my build > directory and build the sources from that hash. > > -- > Svenn