CMX to XBM Converter

Free CMX to XBM conversion — X11 bitmaps online

Drop files here. 1 GB maximum file size or Sign Up
to
Facebook Amazon Microsoft Tesla Nestle Walmart L'Oreal

X11 Compatible

CMX to XBM creates bitmaps for the X Window System. Your Corel designs become usable as cursors and icons in X11 environments.

Near-Instant

XBM files are extremely small. CMX to XBM conversion finishes almost instantly on Convertio cloud servers.

Secure Conversion

Uploaded CMX files are removed after processing. XBM outputs are deleted within 24 hours — your data stays safe.

How to convert CMX to XBM

1

Select files from Computer, Google Drive, Dropbox, URL or by dragging it on the page.

2

Choose xbm or any other format you need as a result (more than 200 formats supported)

3

Let the file convert and you can download your xbm file right afterwards

About formats

CMX (Corel Presentation Exchange) is a vector graphics exchange format developed by Corel Corporation, introduced with CorelDRAW 5 in September 1994. Designed as a cross-application interchange format within the Corel product suite, CMX stores vector objects, text, bitmaps, and rendering attributes in a structure accessible to CorelDRAW, Corel PHOTO-PAINT, Corel Presentations, and other Corel applications without requiring each program to understand the full CDR native format. The format uses a chunk-based architecture that encodes geometric primitives, fill patterns, outline properties, and color definitions in a standardized way, supporting both 16-bit and 32-bit variants. CMX gained significance beyond the Corel ecosystem through its adoption by third-party applications and its role in clipart distribution — many vector art collections from the mid-to-late 1990s shipped in CMX format. One advantage is interoperability within design workflows: CMX provided a practical bridge for moving vector content between different Corel applications while preserving visual fidelity, gradients, and transparency attributes. The format's inclusion of both vector and bitmap data within a single file is another strength, allowing complex mixed-media illustrations to be exchanged as self-contained units. Microsoft also added CMX import support to some Office applications, expanding the format's reach. While modern Corel applications primarily use CDR for native work and export to SVG, PDF, or EPS for interchange, CMX files from the CorelDRAW era remain widely encountered in legacy asset libraries.
Developer: Corel Corporation
Initial release: 1994
XBM (X BitMap) is a monochrome (1-bit) image format defined as part of the X Window System, originating at MIT around 1987. XBM files are unique among image formats in being valid C source code: each file defines the image as a static array of unsigned char values containing the packed pixel data, preceded by #define statements specifying the image width, height, and optional hot-spot coordinates (for cursor images). The pixel data is stored in hexadecimal byte values within curly braces, with each bit representing one pixel (1 = foreground, 0 = background) and bits ordered LSB-first within each byte. This design was intentional — XBM images could be #included directly into X Window application source code and compiled into the binary, eliminating the need for external file loading and runtime format parsing. The format was used throughout the X11 ecosystem for cursor shapes, window icons, toolbar buttons, and other small UI elements. One advantage is the source-code nature of the format: XBM files can be edited with a text editor, diff'd and merged in version control, generated by shell scripts, and compiled directly into C programs without any image loading library — a level of toolchain integration that no binary image format can match. The format's role as part of the X Window standard ensures it is understood by every X11-aware toolkit and application. While limited to monochrome and no compression, XBM's simplicity makes it an excellent teaching format for understanding bitmap representations. XBM files are supported by all X11 applications, ImageMagick, GIMP, web browsers (as a legacy web format), and programming environments.
Developer: MIT X Consortium
Initial release: 1987

Frequently Asked Questions

Why convert CMX to XBM?

XBM is a monochrome bitmap format for the X Window System. Converting CMX to XBM creates cursor and icon images for X11 applications.

What opens XBM files?

X11 applications, GIMP, web browsers (XBM is embeddable in HTML), and most Unix/Linux image tools support XBM format.

Is XBM monochrome?

Yes — XBM stores two-color (black and white) bitmap data. It is stored as plain C source code, making it uniquely readable.

Is the conversion free?

Yes — Convertio provides free CMX to XBM conversion. Premium plans offer more capacity.

Can XBM be embedded in HTML?

Historically yes — XBM was one of the first inline image formats supported by web browsers, though modern use is rare.