<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hi Kst,</p>
    <p>I'm using the command line to batch process Kst data files. The
      aim is to produce a set of png files, one for each data file.</p>
    The batch file I'm using looks like this:<br>
    <blockquote>
      <p>@echo off<br>
        for %%f in (*.csv) do (<br>
        echo "%%f"<br>
        "C:\Program Files (x86)\Kst-2.0.8\bin\kst2.exe" -F "%%f" --png
        "%%~nf.png" "kstFile.kst"<br>
        )<br>
      </p>
    </blockquote>
    <p>This works, but I would like to make a few improvements.<br>
    </p>
    <p>Is it possible to control the size of exported png file? The
      default is 1280 x 960. I would like to create high resolution
      images, something like 3840 x 2160.</p>
    <p>Is it possible to control the <b>time offset</b> pragmatically?
      For <b>Time/Date Interpretation</b> I'm using <b>Index with
        frequency</b> and a manual offset. I would like to read the <b>start
        time</b> from the header info in the data file and apply this as
      an offset.<br>
    </p>
    <p><img src="cid:part1.ADF2BCAC.F0802DEB@gmail.com" alt=""></p>
    <p>I'm using Kst 2.0.8 32 bit on Windows 10.</p>
    <p>Regards, Ben<br>
    </p>
  </body>
</html>