2

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.

brian d foy
  • 129,424
  • 31
  • 207
  • 592
JustADude
  • 2,619
  • 7
  • 31
  • 45

2 Answers2

4

I hear good things about ImageMagick, though I haven't used it personally. Looks like it will do that conversion

Todd Gardner
  • 13,313
  • 39
  • 51
3

Image::Magick is probably the way to go.

brian d foy
  • 129,424
  • 31
  • 207
  • 592
Chas. Owens
  • 64,182
  • 22
  • 135
  • 226