Free webp to jpg
Image MIME Reference
Net-FPX

Network FlashPix

image/vnd.net-fpx
VS

X Window Dump (Legacy MIME Alias)

image/x-xwindowdump
XWD

A complete technical comparison of Network FlashPix and X Window Dump (Legacy MIME Alias) — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.

Equal browser support

Feature Support

Feature Net-FPX XWD
Transparency (Alpha) Yes Yes
Animation Support ✕ No ✕ No
Progressive Loading Yes ✕ No
HDR Support ✕ No ✕ No
EXIF Metadata Yes ✕ No
ICC Color Profile Yes ✕ No
Network FlashPix
image/vnd.net-fpx
Extension
.fpx
Container Microsoft OLE Structured Storage (COM)
Compression JPEG (Lossy) / Uncompressed / Single-color (Solid)
Algorithm
JPEGNone
Color Depth 8-bit (Grayscale/Indexed), 24-bit (RGB), 32-bit (CMYK/RGBA)
Developed by Digital Imaging Group (Kodak, HP, Live Picture, Microsoft)
Released 1996
Magic Bytes
D0 CF 11 E0 A1 B1 1A E1
Full Net-FPX reference →
X Window Dump (Legacy MIME Alias)
image/x-xwindowdump
Extension
.xwd.wd
Container XWDHeader / XWDFileHeader Structure
Compression Uncompressed
Algorithm
None
Color Depth 8-bit (Indexed), 16-bit (High Color), 24-bit (True Color), 32-bit (True Color with Alpha/Padding)
Developed by MIT / X Consortium (X Window System)
Released 1987
Magic Bytes
00 00 00 64 (Typically indicates a 100-byte header size followed by version)
Full XWD reference →

Browser Support Comparison

Browser Net-FPX XWD
Chrome Chrome
Firefox Firefox
Safari Safari
Edge Edge
IE IE (Legacy)
Net-FPX

Net-FPX Strengths

  • Revolutionized web imaging in the late 1990s by proving that massive gigapixel images could be navigated seamlessly over 56k dial-up modems
  • Pioneered the tile-based, multi-resolution pyramid concepts that eventually evolved into modern standards like IIIF (International Image Interoperability Framework)
Limitations
  • Completely obsolete, having been replaced by standard JPEG servers and modern tiling formats like Deep Zoom or JPEG 2000/XR
  • Relied on proprietary Java applets or ActiveX controls to render the tiles dynamically in a web browser
  • Extremely complex to parse server-side due to the heavy OLE filesystem container
XWD

XWD Strengths

  • Provides an exact, raw pixel dump directly from the X11 display server memory without compression overhead
  • Extremely fast for Unix environments to generate during low-level graphical debugging
Limitations
  • Completely uncompressed, resulting in large, bloated file sizes
  • Zero support in web browsers or modern desktop environments without specialized graphics translation tools
  • Verbose legacy MIME strings like 'image/x-xwindowdump' require backend normalization in modern applications

When to choose which format

Net-FPX
Use Net-FPX when…
  • Historical Internet Imaging Protocol (IIP) Streaming
  • Early E-Commerce Deep Zoom Implementations
  • Legacy High-Resolution Image Servers
XWD
Use XWD when…
  • X Window System (X11) Display Debugging and Screenshots
  • Legacy Unix/Linux System Administration
Share this comparison