#!/usr/bin/python3 # $Id: gvp2make.py 8411 2022-02-28 11:50:10Z stephan $ # This script is free software (c) 2010 Stephan I. Böttcher # Distributed under GNU GPL Version 2 or later. """ Julian writes: > Stephan, > Yes, you can do it, however you can't use the project file for the > process. Here's how: > > gerbv --export=png --dpi=600 --foreground=#ff0000ff > --foreground=#00ff0088 file1.gbx file2.gbx .......and so on > > Hope this helps. Cheers-- """ usage=""" Prints a gerbv commandline to export a project to png, with adjusted layer opacities. Options: -h print this help -g gerbv path of the gerbv executable -x png export format -o layout.png~ output file -D 600 dpi resolution -w