Metafile support is included in the main KOL package. The TMetafile object type is presented in the KOLadd module, and allows you to fully work with images of the WMF and EMF types, namely: load such images into memory, generate new images, and display them on the canvas. Although metafiles are inherently quite different from bitmaps that store images pixel by pixel, the interface of the TMetafile object is as close as possible to the interface of a regular single-frame image, which includes TBitmap. For example, it also has Width and Height properties, methods for loading an image from various sources and saving it to an output stream and file.