Converting and Changing EMFs and WMFs

LEADTOOLS provides a number of functions that let you convert bitmaps to EMFs or WMFs and convert EMFs or WMFs to bitmaps. Upon completion of the functions listed below, there are two copies of the image in memory. The conversion functions are as follows:

L_ConvertFromEMF

L_ConvertToEMF

L_ConvertFromWMF

L_ConvertToWMF

If you don’t want two copies of the images in memory, you can change a bitmap into an EMF or WMF, or you can change an EMF or WMF into a bitmap. The change functions are as follows:

L_ChangeFromEMF

L_ChangeToEMF

L_ChangeFromWMF

L_ChangeToWMF