
Jon A. Cruz wrote:
On Oct 25, 2005, at 6:42 AM, Roel Schroeven wrote:
BTW, is there a better way to distribute an SVG with included images than creating a folder for each document and copying every image into that folder manually before including it into Inkscape? It's quite tedious to do this manually, and if you forget to do it, the recipient misses one or more images.
There's a script that will embed all images directly in the SVG. The operation will probably be implemented as a built-in function at some point.
Aha, thank you.
The script states it only works for png and jpg, but from reading it I have the impression that the only thing needed to make it work for other image formats is to add detection for their magic numbers. Is that correct? If so, I can easily add support for bmp (my coworkers often use that format).