Re: [Veusz-discuss] Control export resolution from command line

2016-09-29 Par sujet Jeremy Sanders
Warrick On linux you can use xvfb-run to run the window so you don't see it. xvfb-run -a --server-args "-screen 0 640x480x24" thecommand Alternatively, you could use the embedding interface from python import veusz.embed as veusz e = veusz.Embedded(hidden=True) e.Load('in.vsz')

Re: [Veusz-discuss] Control export resolution from command line

2016-09-29 Par sujet Warrick Ball
Jeremy, Thanks! That's good enough for now. Is there any way to suppress the window that pops up? I tried adding the --quiet flag to no avail. Cheers, Warrick Warrick Ball Postdoc, Institut für Astrophysik Göttingen wb...@astro.physik.uni-goettingen.de +49 (0) 551 39 5069