Free webp to jpg
Image MIME Reference
FST-Image

FAST Search & Transfer Image

image/vnd.fst
VS

X Pixmap

image/x-xpixmap
XPM

A complete technical comparison of FAST Search & Transfer Image and X Pixmap — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.

Equal browser support

Feature Support

Feature FST-Image XPM
Transparency (Alpha) ✕ No Yes
Animation Support ✕ No ✕ No
Progressive Loading ✕ No ✕ No
HDR Support ✕ No ✕ No
EXIF Metadata ✕ No ✕ No
ICC Color Profile ✕ No ✕ No
FAST Search & Transfer Image
image/vnd.fst
Extension
.fst
Container Proprietary FAST Container
Compression Proprietary
Algorithm
Unknown (Proprietary FAST encoding)
Color Depth Unknown
Developed by FAST Search & Transfer ASA (Arild Fuldseth)
Released 2000
Magic Bytes
Unknown (Proprietary)
Full FST-Image reference →
X Pixmap
image/x-xpixmap
Extension
.xpm
Container C Source Code Header (.c / .h)
Compression Uncompressed (Source Code)
Algorithm
None
Color Depth Indexed Color (Custom Palette with RGB and Alpha 'None')
Developed by Daniel Dardailler and Colas Nahaboo (Bull / X Consortium)
Released 1989
Magic Bytes
2F 2A 20 58 50 4D 20 2A 2F (ASCII '/* XPM */')
Full XPM reference →

Browser Support Comparison

Browser FST-Image XPM
Chrome Chrome
Firefox Firefox
Safari Safari
Edge Edge
IE IE (Legacy)
FST-Image

FST-Image Strengths

  • Historically served as an optimized, compressed format for FAST's early multimedia and live streaming engines over constrained late-1990s bandwidth
Limitations
  • Completely obsolete and non-functional in modern software ecosystems
  • Undocumented, closed-source binary structure with zero support in modern image processing libraries
  • Shares its file extension with several other distinct file types (such as FL Studio state files or FAST Search dictionaries), leading to easy misidentification
XPM

XPM Strengths

  • Can be compiled directly into C or C++ source code without requiring an external asset loading mechanism
  • Human-readable palette mapping allows developers to inspect, modify, or hand-craft icons directly within a text editor
  • Native support for color palettes and transparency via the 'None' keyword
Limitations
  • Extremely inefficient storage structure for large images, resulting in massive file bloat compared to binary formats like PNG
  • Completely obsolete and unsupported in modern web browsers
  • Parsing overhead requires compiling or interpreting text-based color tables at runtime

When to choose which format

FST-Image
Use FST-Image when…
  • Historical FAST Enterprise Search Indexing
  • Legacy Proprietary Multimedia Streaming (late 1990s)
  • Internal Media Transmission
XPM
Use XPM when…
  • X Window System (X11) Application Icons and Cursors
  • Embedded C/C++ Firmware Color UI Assets
  • Early Linux Desktop Environment Themes
Share this comparison