CONVERT wmf to png, jpeg, gif etc.

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
tchoesang
Posts: 1
Joined: 2012-06-26T00:58:37-07:00
Authentication code: 13

CONVERT wmf to png, jpeg, gif etc.

Post by tchoesang »

Hi!
I am new to imagemagick and have the requirement to convert WMF files into a standard image file format.
when i do

Code: Select all

identify myTest.wmf 
=> identify.exe: no decode delegate for this image format `draw2.wmf' @ error/constitute.c/ReadImage/544.

I have found the following posts regarding WMF conversion but no satisfying reply
WMF image conversion. viewtopic.php?f=2&t=20216&p=80168&hilit=wmf#p80168
No reply to this post

Convert WMF file fails viewtopic.php?f=3&t=18987&p=73754&hilit=wmf#p73754
the user switched to an older version of image magick

Convert WMF to BMP viewtopic.php?f=1&t=18812&p=72793&hilit=wmf#p72793
for this user it partially works

Simple test of conversion

Code: Select all

C:\Users\Choesang Tenzin\Desktop\ImageMagick-6.7.7-9>convert myTest.wmf myTest.png
convert.exe: no decode delegate for this image format `myTest.wmf' @ error/constitute.c/ReadImage/544.
convert.exe: no images defined `myTest.png' @ error/convert.c/ConvertImageCommand/3044.
I am using ImageMagick 6.7.7-9 on windows7 64.

Is it possible to convert WMF files in ImageMagick?
Post Reply