02-15-2024, 03:24 AM
I have don’t a lot of searching and I cannot find much on the ‘file-svg-load’ procedure.
If I start gimp from the directory in which an SVG is located using
And then enter the following procedure
The UI flashes for a moment but then nothing happens and I don’t see an error. And the console shows a number in parenthesis which I believe represents the returned image. Should O now be able to see the image in the UI? How can I use file-png-save-defaults with this image to save it? If so I don’t know what “drawable” to use.
If I start gimp from the directory in which an SVG is located using
Code:
gimp —verbose -b -
And then enter the following procedure
Code:
(file-svg-load 1 “infile.svg” “infile.svg” 90.0 0 0 0
The UI flashes for a moment but then nothing happens and I don’t see an error. And the console shows a number in parenthesis which I believe represents the returned image. Should O now be able to see the image in the UI? How can I use file-png-save-defaults with this image to save it? If so I don’t know what “drawable” to use.