eps file which will be opened on AI. The process is, I'll be using Imagemagick to combine all images(.svg, .tif, .png, .jpg) into one file with format of .eps. I did a test and comeup with a good result, however It is not exactly what I want. When you open a AI and embed some images there, you can actually drag those images independently, as if they were treated as separate objects on the artboard. On my test result, Imagemagick seems created only one image. The images are attached to each other.
Guys help me to do this or enlighten me on my understanding here. Hopefully it is possible.
I'm using this code for imagemagick:
montage RSVG:d.svg -geometry +5+10 c.png -geometry +200+10 -tile x1 eps2:output.eps