CONVERT wmf to png, jpeg, gif etc.
Posted: 2012-06-26T01:16:36-07:00
Hi!
I am new to imagemagick and have the requirement to convert WMF files into a standard image file format.
when i do
=> 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
I am using ImageMagick 6.7.7-9 on windows7 64.
Is it possible to convert WMF files in ImageMagick?
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
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.
Is it possible to convert WMF files in ImageMagick?