On Tue, 2009-04-21 at 10:02 +0200,
marcel.schmedes.ext...@diehl-aerospace.de wrote:
> Hello again List,
> 
> I want to export my PCB as an real Picture, like the one on luciani.org 
> [1] but can't find it.
> I already asked google for a hint but maybe I don't figure out the correct 
> Question...
> 
> Any help is greatly appreciated,
> Greetings,
> 

Export PNG with -ben-mode and scale down the picture to get smoothness.
This was DJ' answer to my question:
(Last time I used imagemagick/convert to scale down, result is similar
to pamscale)

28 Nov 2008 13:39:09 -0500 DJ Delorie wrote:

http://geda.seul.org/mailinglist/geda-user177/msg00119.html

> Is there a description of these great "Ben-Mode" available?
> I have seen these photo-realistic pictures of DJ and other, but have
> never seen a detailed description how it was done (guess with gimp?) 

${WEB}/powermeter.jpg : powermeter.pcb
        pcb -x png --ben-mode --dpi 450 powermeter.pcb
        pngtopnm powermeter.png | pamscale 0.333333 | cjpeg -q 90 > 
${WEB}/powermeter.jpg

For "actual size" use --dpi 300 instead (most monitors are 100 dpi)






_______________________________________________
geda-user mailing list
geda-user@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

Reply via email to