vote up 1 vote down star

I'm using the GoDiagrams suite which seems to recommend .emf files for node images since they scale better on resizing. Bitmaps get all blurry.
Google doesn't show up any good tools that seem to do this... So to reiterate I'm looking for a image converter (preferably free) that converts an image (in one of the common formats like Bitmaps or JPEGs or GIFs) to an .EMF File.

Update: I dont need to do it via code. Simple batch-conversion of images will do.

flag

43% accept rate

7 Answers

vote up 3 vote down

Image Magick contains a tool called convert, that will convert from just about anything to EMF files. You can either use this as a separate application, or interface to it using an API that is available in several different languages.

link|flag
ImageMagick didn't work for me. WinXP machine. convert Back.JPG Back.emf => "convert: no encode delegate for this image format `Back.emf'." I tried the identify command, seems like it can only read emf files "EMF WMF r-- Windows WIN32 API rendered Enhanced Meta File" – Gishu Sep 23 '08 at 11:03
ImageMagick supports EMF files only in READ mode, not WRITE. – nute Nov 30 '08 at 23:40
vote up 1 vote down

Inkscape works well, it was recommended to me here.

link|flag
vote up 1 vote down

XnView (http://www.xnview.com). Very good viewer and converter.

link|flag
vote up 0 vote down

Try ImageConverter Plus

link|flag
vote up 0 vote down

Really funny one Microsoft. Now this might seem outlandish but it works... (I have Visio2007). Just found this out from a colleague

You can drop a JPEG into Microsoft Visio (no less), Do a 'Save As' to .emf and voila! nice quality of a picture too.

link|flag
vote up 0 vote down

Try http://autotrace.sourceforge.net/. It is opensource and it has good results. Download from here: http://sourceforge.net/project/showfiles.php?group_id=11789

link|flag
vote up 0 vote down

Irfanview (http://www.irfanview.com) supports many image formats (including .emf). It's also small, fast, and very full-featured. It is free for non-commercial and educational use. I use it for all my image-conversion needs as it will work on batches of files and can rename them as it saves.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.