Image Converting (FreeWare) - EMFToEPS
Sunday, November 12th, 2006 This is a simple highly specialized image converter developed for one purpose only: converting images in EMF/WMF (Windows Metafile) format to EPS (Encapsulated PostScript) format. Actual converting of the image is being done using the PostScript driver installed on the user’s PC. Without the PostScript driver the converting of the image format by this application is impossible. The structure of the program is pretty simple. The Main menu contains four options: File, Edit, Convert and Help. The Pop-up menu File has two options: Open (for selecting and opening EMF/WMF images for converting) and Save As (allowing to save selected pictures under another name). The pop-up menu Edit has standard options for working with a selection list (Cut, Copy, Paste and Delete) and the option Preferences. Actually, the options Cut and Delete perform the same task - they delete selected file from the list for conversion. The option Preferences serves for selecting the PostScript printer (which should be installed earlier, of course). You can also set the resolution of the output image with this option (taking into account capabilities of the installed PostScript driver). The option Convert serves to convert image format of the whole list of image files or the selection of files within that list. During the process of converting the PostScript driver is called; the converted image is shown in the left lower corner of the Preview window of the printer driver. Actually, the destination of the output of the converted image is saving to EPS file, not the printing on paper. The option Help of the Main menu actually contains no help at all - only a pop-up About.
The distribution package of the application is available at link http://www.projectory.de/emftoeps/emftoeps.zip or through a link in http://www.projectory.de/emftoeps/index.html.
As a matter of fact there are no installation process, however. The distribution package is a .zip archive containing a ready-for-work copy of the application directory; the executable is EMFToEPS.exe. It’s interesting that the author of the application graciously supplies source files of the program, too. They are contained in the sub-directory ‘source‘.
The author of the application - Dirk Struve warns that there are some bugs in his applet:
- Some WMF images can’t be loaded correctly, because the WMF format is not well defined and I don’t now all different versions. Solution: Always save images as EMF.
- Some WMF images are not converted correctly. (This seems to be a PostScript driver problem) Solution: Try saving images as EMF or WMF images with True Type fonts as curves.
- Preview of File Dialog sometimes wrong (Bug in Delphi libraries).
- On some Windows systems, images are not displayed correctly or dieappear.
But he writes he probably won’t continue work on it.