How to create union of using command line?
I'm currently using Inkscape but the so-called command-line mode is really
slow as they require –most of the time– the GUI.
Current Code
inkscape -f input.svg --select=hanzi --select=pinyin --verb=SelectionUnion
Creating a single union and save the file this way took ~2s (after
reducing fonts list). I need to repeat this operation 20k times and it
took me ~12h to accomplish.
So I'm looking for an alternative solution to create this union.
Question
How do you recommend doing this either using a CLI tools or writing an
XSLT sheet? Is it even doable with XSLT?
No comments:
Post a Comment