AFF to XPM Converter

AFF to XPM online — free X11 pixmap image conversion

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

X11 Color Pixmap

AFF to XPM conversion produces color pixmaps for X Window environments — icons, cursors, and UI elements for Unix systems.

Simple and Quick

Upload AFF, select XPM, download. The converter is built for efficiency — no configuration headaches.

Secure Processing

Uploaded AFF files are removed after conversion. XPM output is purged from servers within 24 hours.

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

AFF (Acorn Draw) is a vector graphics file format native to Acorn Computers' RISC OS operating system, introduced with the Draw application bundled in RISC OS 2 in April 1989. The Draw application shipped as a standard component of every RISC OS installation, providing users with a capable vector illustration tool at no additional cost. AFF files store vector objects as a sequence of tagged data blocks, each containing object type, bounding box, and type-specific data — supported objects include paths with straight lines and Bezier curves, text objects with font references, sprite (bitmap) objects, groups, and tagged objects for application-specific extensions. Path objects use cubic Bezier curves with move, line, and curve elements, supporting variable line widths, join styles, dash patterns, and flat color fills. The coordinate system uses RISC OS draw units at 1/180 inch resolution, providing precision for both screen display and print output. One advantage is the straightforward binary structure — the tagged block architecture makes AFF files simple to parse and generate programmatically. Native operating system integration is another strength: RISC OS renders Draw files natively in its desktop environment, treating vector graphics as first-class objects alongside bitmaps. While Acorn Computers ceased operations in the late 1990s, RISC OS continues under active open-source development, and AFF files remain supported through the platform's drawing applications and conversion utilities.
Developer: Acorn Computers
Initial release: 1989
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 AFF to XPM?

AFF is stuck in the past with Acorn Draw. XPM is a text-based color pixmap used in X11 applications, themes, and Unix icon sets.

What opens XPM files?

GIMP, ImageMagick, X Window utilities, and text editors (XPM is human-readable C code with color data) all handle XPM.

Does XPM support color?

Yes — unlike XBM, XPM supports full color images with optional transparency, making it more versatile for icons and UI elements.

Is the conversion free?

Free for all users — no account needed. Premium plans add batch support and higher limits.

Is the file human-readable?

Yes — XPM files are plain-text C code. You can open them in any text editor and even edit pixel data manually.