Hello, I am working on a software project (C langage) in which I need to read gerber files (PCB border) and convert them into a 2 dimensional C tab of 1 and 0.
The Tab dimension shall be the smallest rectangle area containing the PCB in Tenth of millimeter. (for example: a 20x25 mm rectangle PCB shall give a TAB[200][250]) (for example: a 20 mm diameter round PCB shall give a TAB[200][200]) The 1 in the tab may indicate the area used by the PCB and 0 the unused surface. While searching how to do that, I found libgerbv and thought that maybe it has some functions to perform that. I started reading the documentation, but starting from scratch is not easy… That is why I decided to send this email, wondering if maybe someone could help me on that… Thank your for your help, Regards, Alex ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ Gerbv-devel mailing list Gerbv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gerbv-devel