hi, I've been improving ill2svg.pl script like it supports embbedded images export from illustrator file. It only works with 16bit images (24 also i guess). Naming policy is kinda stupid right now starts from 0.png to xx.png until all the images are exported. If you have such files please test it and let me know. There is 2 files: ill2svg_image.pl is the script ill2svg_image.diff is diff file to current CVS situation. You also need ImageMagick perl module! Check from http://www.cpan.org how to get it from CPAN if you don't have it.
test usage (linux): Download ill2svg_image.pl chmod +x ill2svg_image.pl ./ill2svg_image.pl image_file.ai > image_file.svg inkscape image_file.svg
test usage (windows): Haven't done this;) Would be something like this perl ill2svg_image.pl image_file.ai > image_file.svg start inkscape
Tuukka