Image MIME Reference
FastBid
FastBid Sheet
image/vnd.fastbidsheet
VS
Progressive JPEG (Legacy IE Alias)
image/pjpeg
PJPEG
A complete technical comparison of FastBid Sheet and Progressive JPEG (Legacy IE Alias) — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.
PJPEG wins on browser support
Feature Support
| Feature | FastBid | PJPEG |
|---|---|---|
| Transparency (Alpha) | ✕ No | ✕ No |
| Animation Support | ✕ No | ✕ No |
| Progressive Loading | ✕ No | Yes |
| HDR Support | ✕ No | ✕ No |
| EXIF Metadata | ✕ No | Yes |
| ICC Color Profile | ✕ No | Yes |
FastBid Sheet
image/vnd.fastbidsheet
Extension
.fbs
Container
Proprietary FastBid Container
Compression
Proprietary
Algorithm
Unknown
Color Depth
Unknown
Developed by
FastBid, Inc. (Scott Becker)
Released
Late 1990s
Magic Bytes
Unknown (Proprietary)
Progressive JPEG (Legacy IE Alias)
image/pjpeg
Extension
.jpeg.jpg.pjpeg.pjp.jfif
Container
JPEG (ISO/IEC 10918-1)
Compression
Lossy (DCT)
Algorithm
Discrete Cosine Transform (DCT)
Color Depth
8-bit, 12-bit
Developed by
Joint Photographic Experts Group / Microsoft (Alias)
Released
1992
Magic Bytes
FF D8 FF E0 (JFIF) / FF D8 FF E1 (Exif)
Browser Support Comparison
| Browser | FastBid | PJPEG |
|---|---|---|
|
|
✕ |
✓ All
|
|
|
✕ |
✓ All
|
|
|
✕ |
✓ All
|
|
|
✕ |
✓ All
|
|
|
✕ |
✓
|
FastBid
FastBid Strengths
- Historically allowed the FastBid application to securely associate and load proprietary construction plans within its ecosystem
Limitations
- Completely obsolete and unsupported in modern software environments
- The official IANA registration of the .fbs extension causes widespread false positives, breaking modern parsers, text editors, and AI SDKs attempting to read FlatBuffers schemas
PJPEG
PJPEG Strengths
- Progressive JPEGs (which this MIME type attempted to describe) provide excellent perceived loading speeds on slow connections by rendering a low-resolution preview first
- Files sent with this MIME type are fully backwards compatible with any standard JPEG decoder
Limitations
- It is a non-standard MIME type that violates IANA specifications
- Causes strict file upload validation scripts to fail if not explicitly whitelisted or mapped
- Creates unnecessary confusion, as the official image/jpeg MIME type already fully encompasses progressive encoding
When to choose which format
FastBid
Use FastBid when…
- Legacy Construction Blueprints
- FastBid Estimating Software
- Causing .fbs MIME Type Conflicts (FlatBuffers)
PJPEG
Use PJPEG when…
- Legacy Internet Explorer File Uploads
- Progressive Image Rendering (Historical context)