X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Mailer: exmh version 2.8.0 04/21/2012 with nmh-1.7+dev X-Exmh-Isig-CompType: repl X-Exmh-Isig-Folder: inbox From: "karl AT aspodata DOT se [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] Xcircuit to Geda In-reply-to: <4de9a3c9-3974-4187-bb79-90ad6d8575ea@ecosensory.com> References: <4f7f6c66-7535-4ab8-9adc-105360c58698 AT q40 DOT de> <4de9a3c9-3974-4187-bb79-90ad6d8575ea AT ecosensory DOT com> Comments: In-reply-to "John Griessen (john AT ecosensory DOT com) [via geda-user AT delorie DOT com]" message dated "Tue, 17 Oct 2023 13:57:20 -0600." Mime-Version: 1.0 Content-Type: text/plain Message-Id: <20231017214312.CE3E88622A84@turkos.aspodata.se> Date: Tue, 17 Oct 2023 23:43:12 +0200 (CEST) X-Virus-Scanned: ClamAV using ClamSMTP 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 Griessen: > On 10/17/23 02:36, Derek (derek AT q40 DOT de) [via geda-user AT delorie DOT com] wrote: > > import the PS file as an image and trace the components and tracks. > > > > Is there any easier way? > > Not AFAIK > Seems like an automation problem even the current crop of AIs would bog down with. Postscript is vector based, and lines arcs etc are done with moveto, lineto, arcto etc. The xscircuit reference manual doesn't say much: https://xcircuit.sourceforge.net/features.html but there is a ref. on the file format: https://xcircuit.sourceforge.net/postscript.html and it seems symbols are done as functions/macros. I'd say it wouldn't be impossible to make some kind of converter. If it is very important for someone, I might be pursuaded into writing one. Regards, /Karl Hammar