POTM to XPM Converter

Convert POTM templates to X Windows XPM pixmaps online

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

Color Pixmaps

XPM captures full-color slide content from your POTM templates — producing rich X Window pixmaps with palette support and optional transparency.

Cross-Platform

Convertio runs on any operating system. Generate X11-native XPM files from Windows, macOS, or mobile without a Linux workstation.

Server Processing

All rendering happens on Convertio servers. No X Window development tools or PowerPoint software needed locally.

How to convert POTM to XPM

1

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

2

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

3

Let the file convert and you can download your xpm 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
XPM (X PixMap) is a color image format for the X Window System, developed by Arnaud Le Hors at GROUPE BULL beginning in 1989 as the color successor to the monochrome XBM format. Like XBM, XPM files are valid C source code — each file defines the image as a static array of character strings, where the header strings specify width, height, number of colors, and characters per pixel, the color definition strings map character codes to color values (supporting X11 color names, hexadecimal RGB, and symbolic color types like 'background' and 'foreground'), and the pixel strings encode each row as a sequence of character codes that index the color palette. This ASCII art representation makes XPM images human-readable: one can often see the image content directly in the text of the source file. The format went through three revisions: XPM1 (1989, compatible with X10), XPM2 (simplified syntax), and XPM3 (1991, the current version with the static char* syntax and extended color specification). XPM was the standard format for X Window application icons, splash screens, pixmap buttons, and themed UI elements throughout the 1990s and 2000s. One advantage is the combined benefits of being a valid C source file and a color image: XPM files can be compiled into applications, edited in any text editor, processed by text tools, and version-controlled, while supporting up to 256 colors with transparency (using the 'None' color keyword). The X11 ecosystem's reliance on XPM ensures broad tool support. XPM files are handled by all X11 toolkits, ImageMagick, GIMP, and web browsers (legacy support).
Initial release: 1989

Frequently Asked Questions

Why convert POTM to XPM?

XPM is the standard color pixmap format for X Window System applications — used for icons, backgrounds, and UI elements across Linux and Unix desktops.

What opens XPM files?

GIMP, ImageMagick, any X11 desktop environment, KDE and GNOME file managers, and Unix bitmap editors handle XPM files natively.

Does XPM support full color?

Yes — unlike XBM which is monochrome, XPM supports named colors and hex color values, allowing full-palette images with optional transparency.

Can I convert multiple POTM files to XPM at once?

Batch conversion is supported. Upload several POTM files simultaneously and each one converts to XPM independently in a single session.

How is XPM different from XBM?

XBM is monochrome (two colors only) while XPM supports full color palettes and transparency. XPM also uses a more flexible text-based encoding.

Is POTM to XPM conversion free?

Yes — Convertio converts POTM to XPM at no charge. Paid plans unlock higher throughput and larger file size allowances.