Image MIME Reference
ACES
ACES Image Container File
image/aces
VS
Compressed GIMP XCF Image
image/x-compressed-xcf
Compressed-XCF
A complete technical comparison of ACES Image Container File and Compressed GIMP XCF Image — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.
Equal browser support
Feature Support
| Feature | ACES | Compressed-XCF |
|---|---|---|
| Transparency (Alpha) | Yes | Yes |
| Animation Support | ✕ No | Yes |
| Progressive Loading | ✕ No | ✕ No |
| HDR Support | Yes | Yes |
| EXIF Metadata | ✕ No | Yes |
| ICC Color Profile | ✕ No | Yes |
ACES Image Container File
image/aces
Extension
.exr
Container
OpenEXR (SMPTE ST 2065-4)
Compression
Lossless / Uncompressed
Algorithm
PIZZIPRLEB44Uncompressed
Color Depth
16-bit (Half-float), 32-bit (Float)
Developed by
Academy of Motion Picture Arts and Sciences (AMPAS) / SMPTE
Released
2013
Magic Bytes
76 2F 31 01
Compressed GIMP XCF Image
image/x-compressed-xcf
Extension
.xcf.gz.xcf.bz2.xcfgz.xcfbz2
Container
Gzip or Bzip2 Archive
Compression
Gzip (Deflate) / Bzip2
Algorithm
DeflateBWT (Burrows-Wheeler)
Color Depth
8-bit (Per Channel), 16-bit (Integer/Floating Point), 32-bit (Integer/Floating Point)
Developed by
The GIMP Team
Released
1995
Magic Bytes
1F 8B 08 (gzip) or 42 5A 68 (bzip2)
Browser Support Comparison
| Browser | ACES | Compressed-XCF |
|---|---|---|
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
ACES
ACES Strengths
- Industry standard for high-end visual effects, compositing, and color grading
- Supports 16-bit half-float data, accurately capturing immense dynamic range without clipping
- Standardized by SMPTE (ST 2065-4) to guarantee universal color interoperability across different post-production facilities
Limitations
- Considerably larger file sizes than conventional consumer image formats
- Completely unsupported in web browsers and most standard desktop viewers
- Requires specialized compositing or color grading software to interpret and view the scene-linear data correctly
Compressed-XCF
Compressed-XCF Strengths
- Drastically reduces the massive file sizes of standard XCF project files, saving significant disk space
- Preserves 100% of the non-destructive editing data (layers, masks, paths, guides) from the GIMP workspace
- Uses standard, universally supported compression algorithms (gzip/bzip2) meaning the archive can be rescued or extracted by standard OS tools if GIMP is unavailable
Limitations
- Increases file load and save times due to the CPU overhead required to compress and decompress the massive pixel arrays
- Impossible for automated tools to parse metadata or dimensions without first unarchiving the payload into memory
- File extension combinations (.xcf.gz) can confuse basic MIME sniffers which stop reading at the .gz extension
When to choose which format
ACES
Use ACES when…
- Visual Effects (VFX)
- Digital Intermediate (DI)
- Color Grading
- Archival
Compressed-XCF
Use Compressed-XCF when…
- GIMP Multi-layer Project Archival
- Saving disk space for complex raster edits
- Open-source graphic design workflows