Gishu
Gishu

Reputation: 136593

Is there a tool that can convert common image formats (.bmp, jpg,..) to .emf files?

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.

Upvotes: 2

Views: 6832

Answers (7)

eaolson
eaolson

Reputation: 15094

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.

Upvotes: 2

Dan Cristoloveanu
Dan Cristoloveanu

Reputation: 2058

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

Upvotes: 1

Laco
Laco

Reputation:

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

Upvotes: 0

Gishu
Gishu

Reputation: 136593

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.

Upvotes: -1

Jon Dewees
Jon Dewees

Reputation: 2957

Inkscape works well, it was recommended to me here.

Upvotes: 2

Thomi
Thomi

Reputation: 11808

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.

Upvotes: 1

prakash
prakash

Reputation: 59669

Try ImageConverter Plus

Upvotes: 0

Related Questions