kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #43907
Re: Plot to raster image
-
To:
kicad-developers@xxxxxxxxxxxxxxxxxxx
-
From:
"Kliment (Future Bits)" <kliment@xxxxxxxx>
-
Date:
Sun, 24 May 2020 06:51:26 +0200
-
Autocrypt:
addr=kliment@xxxxxxxx; prefer-encrypt=mutual; keydata= xjMEXYck9xYJKwYBBAHaRw8BAQdAZlOWKehylP8IvxFqSTRbIRFoHJnswEddDuxhBajGYqrN KEtsaW1lbnQgKEZ1dHVyZSBCaXRzKSA8a2xpbWVudEAweGZiLmNvbT7CrQQTFggAPhYhBKrv pR0fw1mICoGg4mIZ6kQTolweBQJdhyT3AhsDBQkJZgGABQsJCAcCBhUKCQgLAgQWAgMBAh4B AheAACEJEGIZ6kQTolweFiEEqu+lHR/DWYgKgaDiYhnqRBOiXB5/BAEAg0xEGw/vrsQqIA3H 8S3vX+Dw+vU5NMZotn6pp8+6msEA/RmC1/hK2kYTTnyM/4ZsAG2XK3ohEIKRC5fuawbPOKYN zjgEXYck9xIKKwYBBAGXVQEFAQEHQK022bLyjRHTEbmHRBV/Gy+qMAw/0co38eBcq68nVaRe AwEIB8KVBBgWCAAmFiEEqu+lHR/DWYgKgaDiYhnqRBOiXB4FAl2HJPcCGwwFCQlmAYAAIQkQ YhnqRBOiXB4WIQSq76UdH8NZiAqBoOJiGepEE6JcHkoPAP9Hv2gIadMS8wu8AMm3VfYOP0/m xCemdaJK72FAm9xjTgD8CdZjOjlX2wOPgRfxcAybEgZocObtK1tomWP0mblsSwo=
-
In-reply-to:
<1094548d-7c76-594d-b9db-cd71bfc5ef94@aalto.fi>
-
User-agent:
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0
Hey,
Without prejudice to whether or not this should be in Kicad, and how it
should be implemented, there's a way to do this now, with existing
tools. You start from gerbers - libgerbv supports this operation out of
the box for example, and it knows exactly what it's trying to produce.
So you can plot to gerbers and then run it through gerbv to get what you
need right now.
Kliment
On 23.05.20 22:51, Vesa Solonen wrote:
> Hello,
>
> This goes mostly to feature wish list, but some technical details may be
> of interest. The use of the feature would be (laser) toner transfer
> process for PCBs.
>
> After some extensive testing it seems many printers/drivers do not print
> vectors as well as raw raster if one wishes to get the most contrast or
> toner density. E.g. with any settings vector input puts less toner on
> the paper than the same rasterized to printers native resolution.
>
> For the process in general, color printers are way better as the toner
> is finer and has better binder. Also the paper type setting makes a
> great difference as one would guess, 'Rough' getting the most on HP M452nw.
>
> Rasterizing e.g. the PDF-output is possible, but it is not optimal as
> the rasterizer does not have any clue what it is trying to produce (a
> PCB). Also many available tools rasterize with anti aliasing that just
> makes it worse as the output is one bit per pixel anyway.
>
> So some smart rasterizer (with grid fitting) to one bit per pixel raster
> at selected resolution (dpi) would be needed. My guess is that raw png
> output would be the most usable.
>
> -Vesa
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
Follow ups
References