XCF (file format)

XCF
Filename extension .xcf
Developed by GIMP
Container for Graphics

XCF, short for eXperimental Computing Facility,[1] is the native image format of the GIMP image-editing program. It supports saving each layer, the current selection, channels, transparency, paths and guides.

The image data saved are compressed only by a simple RLE algorithm, but GIMP supports compressed files, using either gzip or bzip2. The compressed files can be opened as normal image files.

The XCF file format is mostly backward compatible. For example, GIMP 2.0 can save text in text layers while GIMP 1.2 can not. Text layers saved in GIMP 2.0 will open as ordinary image layers in GIMP 1.2.

The use of XCF as a data interchange format is not recommended by the GIMP developers,[2] since the format reflects the GIMP's internal data structures, and there may be minor format changes in future versions. The source code of GIMP itself (which is freely available) is the reference documentation of the format. Henning Makholm (see XCFTools below) has written a specification which has been adopted by the GIMP developers. In addition, a collaborative effort between the GIMP developers and Krita developers is underway to design a raster file format called OpenRaster, modelled on the OpenDocument format, for use in both applications in a future version.

Software support

XCF is used as a file format in other programs besides the GIMP:

Some image viewers and conversion software can read the format with varying degrees of success:

References