LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Converting a WMF to a BMP

Hello,

 

  Is it possible to convert a WMF (Windows Meta File) file to a BMP (Bitmap file) using the various .NET nodes (Constructor node, Property Node , Invoke Node)? I wil explore the various options and try some things out. Just wondering if someone out there knows how to do this.

 

Regards,


Kaspar
0 Kudos
Message 1 of 3
(2,394 Views)

hi!

I've seen you sent a similar question some time ago: http://forums.ni.com/t5/LabVIEW/read-wmf-activex/td-p/767619

but I suppose the problem is still open.

 

You could try installing imagemagik (http://www.imagemagick.org/script/index.php) (and the library nedded for WMF) and do the conversion using it from the command line ("system exec")

 

Regards,

Marco

0 Kudos
Message 2 of 3
(2,380 Views)