XCF
From Just Solve the File Format Problem
XCF is the native file format for GIMP (GNU Image Manipulation Program). It supports all the possible information about an image, including layers and transparency, except for undo information[1].
An XCF file may be compressed using gzip or bzip2 format. Such files usually use extension .xcf.gz, .xcfgz, .xcf.bz2, or .xcfbz2.
See GIMP for additional GIMP formats and information.
Contents |
Identification
The first 9 bytes of an XCF file are the ASCII string "gimp xcf
".
Specifications
The Wikipedia article says that the reference documentation is the source code for GIMP itself.