Free webp to jpg
Image MIME Reference
Compressed-XCF

Compressed GIMP XCF Image

image/x-compressed-xcf
VS

Free Lossless Image Format

image/flif
FLIF

A complete technical comparison of Compressed GIMP XCF Image and Free Lossless Image Format — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.

Equal browser support

Feature Support

Feature Compressed-XCF FLIF
Transparency (Alpha) Yes Yes
Animation Support Yes Yes
Progressive Loading ✕ No Yes
HDR Support Yes Yes
EXIF Metadata Yes Yes
ICC Color Profile Yes Yes
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)
Full Compressed-XCF reference →
Free Lossless Image Format
image/flif
Extension
.flif
Container FLIF Bitstream
Compression Lossless (MANIAC Entropy Coding)
Algorithm
MANIAC (Meta-Adaptive Near-zero Integer Arithmetic Coding)
Color Depth 1-bit to 16-bit (Per Channel), Grayscale, RGB, RGBA, CMYK
Developed by Jon Sneyers and Pieter Wuille (Cloudinary)
Released 2015
Magic Bytes
46 4C 49 46
Full FLIF reference →

Browser Support Comparison

Browser Compressed-XCF FLIF
Chrome Chrome
Firefox Firefox
Safari Safari
Edge Edge
IE IE (Legacy)
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
FLIF

FLIF Strengths

  • Achieves some of the highest lossless compression ratios ever developed for raster images
  • Incredible progressive decoding allows an image to be highly recognizable even after only 5% of the file has been downloaded
  • Supports animations and complex alpha channels losslessly
Limitations
  • Officially abandoned in favor of JPEG XL
  • Zero native support in web browsers or standard operating system previewers
  • Encoding speed can be significantly slower than standard PNG or WebP compression

When to choose which format

Compressed-XCF
Use Compressed-XCF when…
  • GIMP Multi-layer Project Archival
  • Saving disk space for complex raster edits
  • Open-source graphic design workflows
FLIF
Use FLIF when…
  • Archival of Uncompressed Image Assets
  • Bandwidth-Constrained Progressive Image Loading (Historical)
  • Medical and Scientific Imaging Storage
Share this comparison