Add your files
Drop one WMF or two hundred. Batch conversion is not a paid feature here.
Clip art or a diagram from an old Word document or a 1990s asset library is a WMF that will not open anywhere modern.
The metafile's drawing commands are replayed and rasterised into a PNG at a resolution you choose.
WMF is the 16-bit predecessor to EMF and its coordinates are 16-bit integers, so its precision is genuinely limited. Rendering it at a very high resolution exposes that coarseness as visibly stepped diagonals rather than producing a cleaner image.
If the artwork will be resized, yes, since it keeps the vector nature. PNG is right when you just need to see it.
WMF relies on the Windows GDI state model, and some records only make sense in that context. Non-Windows renderers approximate it.
Drop one WMF or two hundred. Batch conversion is not a paid feature here.
Portable Network Graphics is lossless, so nothing is thrown away in the conversion.
Converted and deleted the moment it finishes. Never written to permanent storage.