02-21-2012 07:00 AM
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.
02-21-2012 08:16 AM - edited 02-21-2012 08:16 AM
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
02-21-2012 08:18 AM