Closed notflip closed 3 years ago
I just convert the files locally with Inkscape using a .bat file:
pushd my_folder_path 2>NUL || Exit /B for %%i in (*.svg) do "c:\Program Files\Inkscape\inkscape" -d 85.33 -z %%i -e %%~ni.png popd
Closed
I just convert the files locally with Inkscape using a .bat file: