Search code examples
perlmodulepngjpegwmf

How can I convert a WMF image to PNG or JPG on Windows using Perl?


By any chance is anyone aware of a Perl module that will allow a WMF image to be converted over to the PNG or JPEG format? I searched CPAN, but did not come across anything.

Due to installation limitations, must be a Perl module and work on Windows.


Solution

  • Image::Magick is probably the way to go.