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=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:content-type; bh=5DgsgQCbEROUxleQKEWDwx96k447HvoWLQ6ri4kmfDQ=; b=XxlPCWGoIwwXudflK7I911bSCLzpemsCwgIUBGfY2xXoNuQmARLbx/ivBjoBqIW7EV 4/Jy78TqkbepdoXJ4Y35x8pz1Nk3tXfR64854ZIGhJV1hi7YAOf59cjHeV82hHZsjzUb M8QdrF0nEybSrfpC/b9Bg9+IiT0/rKPvjiovI0oEym1TIGLSeZGJzIxbHrGmDLgVqADa Hoi+HwqqgkdDrSEbVtwqJrxFFkRuo6NZOetCzYeEonBu3LGOjT23oOCZJ2x5pGtb/wdz r19sAjIMtbfpIijC4Y7sjQoACEzKRl40wAMBpiAqF24ShPkhByLLCKEExRji17K53e11 M9eg== X-Gm-Message-State: ALoCoQmB/AXTAhs36Mcl7ZkOasWTs62N4k4pRpT0/WuUjMO8pI5A8Zl3bd/Dzh14H/JLAlVN2Mmf X-Received: by 10.112.212.106 with SMTP id nj10mr60977028lbc.36.1427031744104; Sun, 22 Mar 2015 06:42:24 -0700 (PDT) MIME-Version: 1.0 Sender: mjd AT hackvana DOT com X-Originating-IP: [202.52.36.55] In-Reply-To: References: From: Mitch Davis Date: Mon, 23 Mar 2015 00:42:03 +1100 X-Google-Sender-Auth: YoVTwqZSALQlNjBNxqQGorrLSUk Message-ID: Subject: Re: [geda-user] A Python Gerber writer To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 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 Hi Jason, On Sun, Mar 22, 2015 at 9:19 AM, Jason White wrote: > > I succeeded in making a usable, but unpolished, gerber writer. Very very interesting. I shall put that on my list of things to look at. I currently use gerbmerge's parser to do some manipulation of gerbers, but it's far from ideal. Might it be possible to have a library that reads in gerbers, makes it available for manipulation, then writes them out again? Regards, Mitch.