Convert an EMF (Enhanced Metafile) to PNG, allowing resizing.
Windows 10+, or install .NET Framework.
Run build.cmd
in current folder.
It will generate emf2png.exe
at the root folder.
Open emf2png.csproj
and press Ctrl+Shift+B to build it.
It will generate bin\Debug\net7.0\emf2png.exe
.
Note
The .Net Core version seems fixed some bug in rendering some WMF files. I have also uploaded the prebuilt Windows-x64 version of this tool in the Releases page.
emf2png file.emf 300:150 out.png
MIT @ hyrious