Is it possible to batch optimize images in a folder from the command line using Inkscape/Scour? I have around a hundred small (<10KB) images that I want to optimise and would like to around the tedium of opening and saving each one out.
I was hoping to move to the relevant folder and do something like this:
Code: Select all
python scour.py -i *.svg -o /optimized
Is such a thing possible (I'm on OS X if that matters)?