FlashPix
image/vnd.fpx
Released 1996
· by Eastman Kodak, Microsoft, Hewlett-Packard, Live Picture
The image/vnd.fpx MIME type represents the FlashPix image format. Developed in 1996 by a consortium including Eastman Kodak, Microsoft, Hewlett-Packard, and Live Picture, it was engineered to handle high-resolution digital photographs efficiently on early, resource-constrained computers. FlashPix stores images in a tiled, multi-resolution pyramid structure within a Microsoft OLE structured storage container, allowing software to rapidly load and render only the specific resolution and area of an image currently being viewed.
Technical Specifications
.fpx
JPEGNone
image/fpx
Magic Bytes & HTTP Headers
ÐÏ.ࡱ.á
Browser Support Matrix
| Browser | Status | Min Version |
|---|---|---|
|
|
Not Supported | — |
|
|
Not Supported | — |
|
|
Not Supported | — |
|
|
Not Supported | — |
|
|
Not Supported | Legacy |
Advantages & Limitations
- Allowed early, low-RAM computers to view and edit massive, high-resolution digital photos instantly by only loading the needed tiles and resolutions
- Pioneered the multi-resolution pyramid and tiling concepts heavily used today in modern deep-zoom and web mapping applications (like Google Maps)
- Completely obsolete and unsupported by modern web browsers or operating systems
- Uses the complex, proprietary Microsoft OLE container format, making it incredibly difficult to parse or extract data from without dedicated legacy libraries
- Prone to being misidentified by MIME sniffers as an old Microsoft Office document
Developer Code Snippets
File Detection Steps
How to programmatically detect a image/vnd.fpx
file by reading its raw bytes:
- 1 Check the first 8 bytes for the Microsoft OLE Structured Storage signature (D0 CF 11 E0 A1 B1 1A E1).
- 2 Because other legacy files (like older MS Office docs) use this exact same OLE container, deep inspection is required to traverse the directory structure inside the container and find the specific FlashPix 'Data Object' and 'Image Contents' streams to confirm it is actually an FPX image.
Software Support
ImageMagick
Conversion Tools
Share & Embed
[](https://freewebptojpg.com/mime/image/fpx)
<iframe src="https://freewebptojpg.com/mime/image/fpx/embed" width="100%" height="280" style="border:1px solid #cbd5e1;border-radius:8px;" title="FPX Specs"></iframe>
JSON API
All data on this page is available as a free, open JSON API. Use it in your project, documentation, or tooling.
GET https://freewebptojpg.com/mime/image/fpx.json
Open JSON
Frequently Asked Questions
What is a FlashPix (.fpx) file?
FlashPix is a legacy image format created in 1996. It stores multiple resolutions of an image in a single file, allowing software to quickly display high-resolution photos by loading only the tiles required for the current zoom level, rather than loading the entire massive file into memory.
How do I open an FPX file?
Because FlashPix is completely obsolete, modern web browsers and most standard OS image previewers cannot open it natively. You will need specialized legacy software, viewers like IrfanView or XnView, or conversion tools like ImageMagick to translate it into a modern format like JPEG or TIFF.
Why is my FlashPix file being detected as a Microsoft Word document?
FlashPix files are built using the Microsoft OLE Structured Storage format—the exact same container format used by early Microsoft Office documents (like .doc and .xls). Standard MIME sniffers often read the shared container header and mistakenly identify the file as an Office document.