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=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=5EYoLGrOgNmtrzbhkZO9iERlpK05CrnEBdcvxCt5yvo=; b=qd/l6y1jFCdgVWSMYCOaJYayBlEpHsRWqWuoATx3qJ2qd/SZaGmq7y9QrmMDtlOmUb tNlAv0NUGUXjJJHXqryaVYsqaNAhcU49u6WJtq7Wh61WyW515UqSvxy2bDAqPmb6aFUl VkvxlZz6FsIWy2GJJGXa8TiNkxWUqjjc8YffPlyKj5CO9lOJyV/qnAuh5jRrZ2fTpfdb JdH3IFO+3l1TWTm2/IxmM9i8FO+kb1+8b3VlJL6lwf9mzdFO+K56DfG4do1mwTXeeF4d E6AB6Ic6QF5IjfZ8WiHe99WPc/KosZjzqbvOhcH9V41WKje2yGJ9R6VFAg4IhKxxkF3n 1YeA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=5EYoLGrOgNmtrzbhkZO9iERlpK05CrnEBdcvxCt5yvo=; b=iGuAXfFkCufJdecfLWQeLvd8EfQaSALOiZUHVeRWItABj5phg4djmeuYoEza//c8Hm ljAxKMeh+naFZ/QvuGFCVJvLl1q1nWx62CWJGQ3dZhawsnxCO2slvh4MBmsGDKtua2B9 7ktlvA+1bic2Clf2ZWS1BqEhxvUMeRXVylNkl+r/IeESIRlJ1XbI385O8LzIzZ/WNMzh c04nWKkuSecP68DMK2n2OQeveMsA6u3TfxkCT5HIpwztEUIx6XL3Mf1i9kU5XCxtm5tI 7GmBt28WqMI0PMUxyxWv5UvUifdPrjkHJ+qfPv5Vpj2dHRcxCpn27qHmjg+25gD3xzG5 ZFgg== X-Gm-Message-State: ALyK8tIf66gRr4xwzAgd3x6ulFIm2YIHS/6048UrAzSxuBj5bBvhzcYJa+09VpBiCbb1Eo+uz8VtSl4wBtDReA== X-Received: by 10.46.33.12 with SMTP id h12mr4805384ljh.43.1467314624302; Thu, 30 Jun 2016 12:23:44 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <201606301851.u5UIpcZE006819@envy.delorie.com> References: <201606301851 DOT u5UIpcZE006819 AT envy DOT delorie DOT com> From: "Julia Longtin (julia DOT longtin AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Thu, 30 Jun 2016 20:23:43 +0100 Message-ID: Subject: Re: [geda-user] Image search mode for gedasymbols site 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 Um, I can implement that. ;) I'm the maintainer of GNU GIFT. Its a 'find image by image' system. I'm working on a new front end, with tagging support. It sounds like what you're looking for... however.. As with most free software developers, I'm way overloaded. I've got two kernel modules I'm forward porting to mainline. and they are not small. I'm maintainer of ImplicitCAD, President of DC's Hackerspace... Building a pick-and-place, and an aluminium 3d printer.. In short, if you want something like that, I have a tool I can recommend and advise in it's usage, but I don't have the time to take it across the 'finish line'. How's your PHP, C, and C++? ;) Julia Longtin On 6/30/16, DJ Delorie wrote: > >> For footprints, there is a bit more work to be done as the PCB file >> reading and writing code couldn't easily be used outside of the main >> PCB application last time I looked. > > An SVG exporter plug-in for PCB would be awesome, and easily work > around this limitation :-) >