X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f Date: Tue, 5 Feb 2013 12:59:31 -0500 Message-Id: <201302051759.r15HxV1l020534@envy.delorie.com> From: DJ Delorie To: geda-help AT delorie DOT com In-reply-to: <51114651.3080806@jump-ing.de> (message from Markus Hitter on Tue, 05 Feb 2013 18:50:09 +0100) Subject: Re: [geda-help] Export bottom PCB References: <51113F43 DOT 7090905 AT jump-ing DOT de> <201302051724 DOT r15HOHKK012493 AT envy DOT delorie DOT com> <51114651 DOT 3080806 AT jump-ing DOT de> Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk For monochrome PNGs, I do something like this (from my film script): sys("pcb -x png --dpi $dpi --outfile $base.tmp --png-bloat ${bloat}mil --monochrome --fill-holes --as-shown --layer-stack $layers,pins,vias$solderside $pcb"); then pamflip it where needed.