I have a program that is installed on the same computer as Inkscape. This program will generate JPEG images. After it generates the images, I want to use CLI or other programming interfaces to open Inkscape, create a new canvas of the specified size, import the images into it, and then Inkscape will convert it into a vector image and save it in the specified path. Can all operations be automated?
I have a program that is installed on the same computer as Inkscape. This program will generate JPEG images. After it generates the images, I want to use CLI or other programming interfaces to open Inkscape, create a new canvas of the specified size, import the images into it, and then Inkscape will convert it into a vector image and save it in the specified path. Can all operations be automated?