... to use wmf2eps.
All you need to do is copy the file to the clipboard, start wmf2eps, and paste the file from the clipboard. Then you can convert it to ps or eps at will.
As rz already pointed out, eps is a vector based file format, so converting a gif to eps will result in an explosion of file size (as every single pixel of the GIF file will have to be converted into a vector). So, to be avoided if possible (sometimes it is of course not possible, e.g. when working with LaTeX which only accepts EPS as an input format...)
Hope that helps. |