Hello, hope someone can help I am trying to convert one SVG file to many PNG sizes using the Inkscape command. I have managed to convert an SVG file using this command 'Inkscape --export-filename=1280.png -w 1280 mgc.svg' but unable to run more than one command.
Also is there a command to keep the original name and add extra text after it, for example, my SVG file is called 'mgc' when it converts to png its name should change to 'mcg1280.png'. I know using '--export-filename=.png' and '--export-type="png" ' will keep the original name but not able to combine them.
Hello, hope someone can help I am trying to convert one SVG file to many PNG sizes using the Inkscape command. I have managed to convert an SVG file using this command 'Inkscape --export-filename=1280.png -w 1280 mgc.svg' but unable to run more than one command.
Also is there a command to keep the original name and add extra text after it, for example, my SVG file is called 'mgc' when it converts to png its name should change to 'mcg1280.png'. I know using '--export-filename=.png' and '--export-type="png" ' will keep the original name but not able to combine them.
Thank you in advanced.
Ok had to go learn dos again and managed to create a batch with the Inkscape command, lol took me three days but was worth it though.
would love to see you solution. I want to batch convert 100 files from inkscape .svg to plain .svg