Hi
ImageEn does not support WMF natively. It uses GDI+ to import a raster view of the WMF file. If you want higher quality, call IO.ImportMetafile directly and specify an output size.
https://www.imageen.com/help/TImageEnIO.ImportMetafile.html
Compare Standard loading:

With:
ImageEnView1.IO.ImportMetafile( Edit1.Text, 2000, -1, False );
Note: ZoomFilter is rfLanczos3

Nigel
Xequte Software
www.imageen.com