Hi Inscape experts
I am a matlab user, and I export figures to .svg using plot2svg. However, this creates .svg files with non-embedded raster images. I really want the rasters to be embedded, as these files will get moved around a lot. So, I was looking for a command line way of doing this, having used plot2svg. I tried this:
inkscape -z -f {myfilename.svg} --org.ekips.filter.embedimage --FileSave
.. but that didn't seem to embed the rasters.
Can anyone point out what I might be doing wrong, or suggest an alternative command line method?
Thanks!
Command line embedding
Re: Command line embedding
Welcome to InkscapeForum!
I probably can't be very helpful, since I don't know how to use the command line with Inkscape. But just in case it might help lead you to the solution, Inkscape has an extension which can embed images (Extensions menu > Images > Embed Images).
Basics - Help menu > Tutorials
Manual - Inkscape: Guide to a Vector Drawing Program
Inkscape Community - Inkscape FAQ - Gallery
Inkscape for Cutting Design
Manual - Inkscape: Guide to a Vector Drawing Program
Inkscape Community - Inkscape FAQ - Gallery
Inkscape for Cutting Design
Re: Command line embedding
Hi,
I do this with the following command line:
cu,
guido
I do this with the following command line:
Code: Select all
Inkscape {SVGFile} --verb=org.ekips.filter.embedimage.noprefs --verb=FileSave --verb=FileClose
cu,
guido