SK to XPM Converter

Free SK to XPM conversion — X11 pixmap output online

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

Color X11 Graphics

XPM adds color to X Window System pixmaps. Convert SK to XPM for full-color icons and UI elements in X11 environments.

Fully Online

No X11 toolkit or Skencil required. Upload your SK file from any browser and receive the XPM output immediately.

Data Protected

Your SK uploads are deleted right after conversion. XPM files are removed from Convertio servers within 24 hours.

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

SK is the native file format of Skencil (originally named Sketch), a free vector graphics editor for Linux created by Bernhard Herzog, with the first public release on October 31, 1998. Skencil holds historical significance as one of the earliest full-featured vector drawing applications written almost entirely in Python, with only performance-critical rendering components implemented in C. The SK file format uses a text-based, Python-like syntax to describe document structure — pages, layers, groups, and individual graphic objects are represented as nested statements with parameters specifying coordinates, colors, line styles, and transformations. The format supports Bezier curves, rectangles, ellipses, text objects with font specifications, imported raster images, gradient and pattern fills, and hierarchical grouping with affine transforms. One advantage is human readability — SK files can be opened in any text editor, making it possible to inspect, modify, or generate artwork programmatically using simple scripts. The Python-native structure also provides a benefit for automation: since Skencil itself is a Python application, the file format integrates naturally with scripting workflows for batch processing and procedural graphic generation. While Skencil's development slowed after the mid-2000s, its SK format became the foundation for the sK1 project, which extended the format and continued active open-source vector graphics development. SK files remain convertible through sK1, UniConvertor, and other open-source tools.
Developer: Bernhard Herzog
Initial release: October 31, 1998
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 SK to XPM?

XPM is a color pixmap format for X Window System. Converting SK to XPM creates colored icons and graphics for X11 applications.

What programs open XPM files?

X11 applications, GIMP, and text editors open XPM files. Like XBM, XPM files are stored as readable C source code.

Does XPM support color?

Yes — XPM supports full color, unlike monochrome XBM. It uses ASCII character mapping to represent palette-indexed colors.

Is XPM a text format?

XPM is stored as C source code with an embedded color table and character-mapped pixel data — human-readable and editable.

Is SK to XPM free?

Yes — Convertio offers free SK to XPM conversion. Premium users enjoy extended limits and priority queue access.