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=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=MeiR3wu0wE1o5KZTkBZ5xge629uHv5In9FxFan0Ntzg=; b=DDm7sREUs6ChU0gGuyK6Mrl+cF+34jTnVTg6ltObmeaXjy7XMSX+cDzx1ASWamciPU DLarvP7246H4Ykv5vvWOcdzuRMU/eMVmBJeOaxIuhJGlMb9qLKlZU7zCpHYu+XeZQMXy zud65BA8U2YIzzciDwvAahXdaoZQOiYj0FcnLOF69qho8w2uZ9ek28uzGVw7lmiDGFVN cHzBLRsM3HU8lpn+i/6W2iF30sWdxH7E+Y2PDajv68n1MLj/tFG64LTn54imjnKOQEdc ffp9BMm0h5LENo3PPXlYVzYRoCTRu6pyyBMv7ABFeadbLCdCU6wKauCQFaN+jnCTHiBL ucAA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=MeiR3wu0wE1o5KZTkBZ5xge629uHv5In9FxFan0Ntzg=; b=pSNoJ/aSDb9R7cQ/+AkHf5VXEgt95qulFF0g0HUXw2e/4clu3oh1jpMHywt5U7ZBT4 o3CvFj2ltsomZFS+PrKlt/GB5ILL+mp6JAAAj+W0qFf3ockp++Fx4UQ6Xl+bav0zQws2 C0Bwlfjm8bSTz52ymBKawjLx8+NhBAKcThBy4YNznuzyarIaWt5ZvglqKYy3CYYIEHqu BTahLkjBKO1mz+YCVduGKXjDh+L5g3iiw7hMZVyocJuPImcdYS5zoxat1lcbA+w/VRLf UII3MduElpTmG4knoEGRpqrAHifcBVY/ntexcXMycekGhTJI7Hce2fAPl0alPqa729hO mp2A== X-Gm-Message-State: APjAAAXagh8ieZKQ/4wqSfR3p2awHR8Sstjz/OUS4oout3XMXRQfc9k6 axa3MDcqGKj/2IHZXZalcj2jawLH/WM2RIMIeDOoaQ== X-Google-Smtp-Source: APXvYqyU1uEKxOB/Vj2PqedHeZTJQESPTlb/Yz9AT51osOR5ZuCb9IuBzCSPWq1D6GCtOCIGEzRFYjZFsZ/iI/kGXt0= X-Received: by 2002:a1c:9e58:: with SMTP id h85mr254076wme.77.1573495890677; Mon, 11 Nov 2019 10:11:30 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <8f056dbd-7b36-234f-303c-bbec507251be AT fastmail DOT com> <40782ef0-01ae-2917-f5b4-7bf1bf95a78d AT fastmail DOT com> <3e7eade0-4944-6019-bd9e-c4cb63da7908 AT fastmail DOT com> From: "Alan Corey (alan01346 AT gmail DOT com) [via geda-user AT delorie DOT com]" Date: Mon, 11 Nov 2019 13:11:30 -0500 Message-ID: Subject: Re: [geda-user] PCB jpg to silkscreen 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 Did you look at your files in something like the mc file viewer? ps and eps are also readable text, if confusing. pcb files are easier. I'm not super familiar with the pcb format but this looks like the conversion sets up a board then doesn't put anything on it: PCB["" 850000 1100000] Grid[1000.000000 0 0 0] Layer(10 "silk") ( ) If you want to read/write Postscript I'd start with the Postscript Language Reference Manual https://www-cdf.fnal.gov/offline/PostScript/PLRM2.pdf I've written some, or written programs that write it. It's good for getting a totally unscaled output from your laser printer that you know nobody's messed with. I made a guitar fret/note chart with it last. Does ps2edit have a -v option (verbose)? Is that a raster image? Mostly Postscript can bundle formats like tiff into the postscript file verbatim. It doesn't come back out of ps2edit, which may only work with vector. Can you make an svg and have it work? I think you want something that actually draws the lines, like with a pen. Postscript can do that, it's like plotting languages that can do "pen down" "move to". Or it can carry a raster image. On 11/11/19, Rob Butts (r DOT butts DOT geda AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > I installed Ghostscript 9.20 and now when I run the pstoedit with the > following command I don't get an error: > > pstoedit -dt -flat 0.1 -pta -f pcb "C:\Users\Rob\Documents\Projects\Abate > and Empower\Logos\silkscreens\wing-wc-small.ps" > "C:\Users\Rob\Documents\Projects\Abate and > Empower\Logos\silkscreens\wing-wc-small.pcb" > > I have verified that each file I've tried (.ps, .eps and .pdf) all show in > a viewer. > > pstoedit gives me the following output in the command prompt and the .pcb > file it generates is only 77 bytes and there is nothing when I open it in > geda pcb: > > pstoedit: version 3.71 / DLL interface 108 (built: Apr 1 2018 - release > build - MS VC++ 1912 - 64-bit) : Copyright (C) 1993 - 2018 Wolfgang Glunz > > > I have looked through pstoedit's documentation and I thought the debug > option would show me what's going on but it does not recognize the option. > Is there a way to watch what pstoedit is doing as it processes the input > files? > > Could it be my files? I'm attaching the three different files I've tried > to convert. > > I'm also attaching the .pcb output file. > > Thanks for any direction! > -- ------------- No, I won't call it "climate change", do you have a "reality problem"? - AB1JX Cities are cages built to contain excess people and keep them from cluttering up nature. Impeach Impeach Impeach Impeach Impeach Impeach Impeach Impeach