POTM to XBM Converter

Convert POTM slides to X Windows XBM bitmaps online

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

X11 Native

XBM output integrates directly with X Window System applications — your POTM slide content becomes usable as icons, cursors, or UI elements.

Web-Based Tool

No X Window environment needed to generate XBM files. Convertio runs in your browser on any operating system.

Confidential Handling

Uploaded POTM files are erased from Convertio servers after conversion. XBM output is auto-deleted within 24 hours.

How to convert POTM 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

POTM (PowerPoint Template with Macros) is a macro-enabled template format for Microsoft PowerPoint, introduced with Office 2007 as part of the Office Open XML family. POTM combines the template functionality of POTX — providing reusable slide masters, layouts, themes, and design foundations — with the ability to embed VBA (Visual Basic for Applications) macro code that executes in presentations created from the template. The format is a ZIP archive containing the standard XML parts for slide masters, layouts, and themes, plus a vbaProject.bin stream housing the VBA project. This combination enables organizations to distribute not just visual consistency but also functional automation: every presentation created from a POTM template inherits both the design system and the programmatic capabilities built into it. Common use cases include templates that automatically populate slides with data from corporate systems, enforce content approval workflows, insert standardized disclaimer slides, or provide custom ribbon tabs with organization-specific tools. One advantage is embedded workflow automation — a POTM template can include initialization macros that configure the presentation environment, add custom menu options, and connect to external data sources the moment a new presentation is created from it. The distinct .potm extension serves a security purpose as well, enabling administrators to apply differentiated trust policies for macro-containing templates versus standard POTX files. POTM is supported exclusively in Microsoft PowerPoint desktop editions where VBA execution is available.
Developer: Microsoft
Initial release: January 30, 2007
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 POTM to XBM?

XBM is the standard monochrome bitmap for X Window System — used for cursors, icons, and UI elements in Unix/Linux desktop applications.

What programs open XBM files?

Any X11 application, GIMP, ImageMagick, web browsers (XBM is an old web format), and Unix bitmap editors read XBM files directly.

Does XBM support color?

No — XBM is strictly a two-color (foreground/background) bitmap format. Slides are dithered to monochrome during the conversion process.

Are POTM macros included in XBM?

No. XBM is a plain-text C array representation of pixel data — all VBA macros, template features, and slide metadata are completely removed.

Can XBM files be edited as text?

Yes — XBM stores bitmap data as a C language header file. You can edit pixel values directly in any text editor.

Is this conversion free?

Convertio offers free POTM to XBM conversions. Paid plans extend file limits and daily conversion quotas for heavier usage.