Manipulating CMX Formats
Contents
[
Hide
]
Aspose.Imaging for Python via .NET now supports the CMX (Corel Metafile Exchange) format. CMX files contain vector graphics as well as metadata that describes the image.
Converting CMX to PNG
Using Aspose.Imaging for Python via .NET, developers can convert CMX files to PNG images. This topic explains the approach to load existing CMX file and convert it to PNG.
The following code snippet shows you how to convert CMX files to PNG.
Memory Strategy optimization
Loading and creating of CMX images can be proceeded using memory strategy optimization - i.e. limiting memory buffer size for operation.