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=1SHloTgffRK5F4fWTJI2vRlYuhdL/7ZXFvc61Dc/Noo=; b=VNTh4a4O1GU7F9P6uykJDHU+rx4lnKlQpErXjJsWdLZ8bca5C7SlwYOvDxAI3abvqr LNDqtnG5b20dwDUWrvcI5812tOGR+G4zHqLk8Uo9kReg35a0NzuviPldalz1mrlX8kWe 9H2j74n8d0u8Ij+VJEBjOpF1Q7PYAdV2t3j2RnKoiTCRnXFARL6/ylvp+unNLtF7+6QI +LvbGv9nRSiXUEYwUCQveJSeXnzcwgDcCBdwJYObqhziIXBJJuC1lVvBcI7WYL2Py5aI CjS/s0GsrPgu+boeDivji149TMHB/l+j0DYtaKbQA01Zzc+sgAiXbtR2Na4eEy1O4BbX ylZA== MIME-Version: 1.0 X-Received: by 10.194.109.9 with SMTP id ho9mr28275047wjb.29.1421408533171; Fri, 16 Jan 2015 03:42:13 -0800 (PST) In-Reply-To: References: <1420505387 DOT 3521 DOT 10 DOT camel AT cam DOT ac DOT uk> <20150106180051 DOT 12514 DOT qmail AT stuge DOT se> <1420586390 DOT 14239 DOT 10 DOT camel AT cam DOT ac DOT uk> <54B81BF6 DOT 1000306 AT ecosensory DOT com> <1421370873 DOT 24766 DOT 14 DOT camel AT cam DOT ac DOT uk> Date: Fri, 16 Jan 2015 12:42:13 +0100 Message-ID: Subject: Re: [geda-user] Refactoring in PCB From: Levente To: gEDA User Mailing List Content-Type: multipart/alternative; boundary=047d7bf10a12b35565050cc3763b 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 --047d7bf10a12b35565050cc3763b Content-Type: text/plain; charset=UTF-8 Just an off topic comment. I have some very basic c++ code to do the opposite. Importing DXF to pcb. Or let me say converting DXF to PCB file. If someone is interested, I can re-send my code. There was a time when you could import a png (or other graphics) as a background in PCB. I don't know if this is still possible. Cheers, Levente On Fri, Jan 16, 2015 at 8:58 AM, Sergey Alyoshin wrote: > On Fri, Jan 16, 2015 at 4:14 AM, Peter Clifton wrote: > > A simple naive importer would probably be fairly easy to code up, but > > there are enough details around aperture macros etc. that it is probably > > best to use libgerbv as the basis for any serious importer. > > Two can play this game. Initial export to gEDA PCB (File > Export): > > https://github.com/alyoshin/gerbv-dxf > > In DXF to, via dxflib, if configured. > --047d7bf10a12b35565050cc3763b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Just an off topic comment. I have some very basi= c c++ code to do the opposite. Importing DXF to pcb. Or let me say converti= ng DXF to PCB file. If someone is interested, I can re-send my code.
There was a time when you could import a png (or other graphics= ) as a background in PCB. I don't know if this is still possible.

Cheers,
Levente

On Fri, Jan 16, 2015 at 8:58 AM, Sergey= Alyoshin <alyoshin DOT s AT gmail DOT com> wrote:
On Fri, Jan 16, 2015 at 4:14 AM, Peter Cl= ifton <pcjc2 AT cam DOT ac DOT uk> wrote:=
> A simple naive importer would probably be fairly easy to code up, but<= br> > there are enough details around aperture macros etc. that it is probab= ly
> best to use libgerbv as the basis for any serious importer.

Two can play this game. Initial export to gEDA PCB (File > Export= ):

https:/= /github.com/alyoshin/gerbv-dxf

In DXF to, via dxflib, if configured.

--047d7bf10a12b35565050cc3763b--