XCF, singkatan dari eXperimental Computing Facility, adalah format gambar asli dari program pengeditan gambar GIMP. Ini menyimpan semua data yang ditangani program terkait dengan gambar, termasuk, antara lain, setiap lapisan, pemilihan saat ini, saluran, transparansi, jalur, dan panduan.
Sebelum versi 4 (GIMP 2.10.0, dirilis pada 27-04-2018), data gambar yang disimpan hanya dikompresi oleh algoritme RLE sederhana, tetapi GIMP mendukung file terkompresi, menggunakan gzip, bzip2, atau xz. File terkompresi dapat dibuka sebagai file gambar normal. Sejak versi 4, data gambar dapat dikompresi oleh zlib.
Format file XCF kompatibel mundur (semua versi GIMP dapat membuka file versi sebelumnya) dan dalam beberapa kasus, kompatibel maju. Misalnya, GIMP 2.0 dapat menyimpan teks dalam lapisan teks sedangkan GIMP 1.2 tidak bisa. Lapisan teks yang disimpan di GIMP 2.0 akan terbuka sebagai lapisan gambar biasa di GIMP 1.2. Namun, file XCF yang berisi grup lapisan, fitur yang diperkenalkan di GIMP 2.7, tidak dapat dibuka dengan GIMP 2.6.
Meskipun beberapa digunakan dalam program lain (lihat §dukungan perangkat lunak), penggunaan XCF sebagai format pertukaran data tidak direkomendasikan oleh pengembang GIMP, karena format mencerminkan struktur data internal GIMP dan mungkin ada perubahan format kecil di versi mendatang. Sebagai gantinya, upaya kolaboratif antara pengembang GIMP dan Krita sedang dilakukan untuk merancang format file raster standar yang disebut OpenRaster (dimodelkan pada format OpenDocument) untuk digunakan di masa mendatang di kedua aplikasi, dan kemungkinan juga di aplikasi lain.
Dialog Simpan GIMP menyimpan dalam format XCF: dimulai dengan versi 2.8, format lain dengan dukungan impor/ekspor dipindahkan ke dialog Ekspor.
Dukungan perangkat lunak
A partial list of image viewers and conversion software.
application | XCF-capable? | notes |
---|---|---|
GIMP | default format | program for which the format was developed |
Seashore | default format | lightweight native Mac OS X image editing program based on the GIMP |
CinePaint | default format, but nonstandard | fork of GIMP with support for 16-bit and 32-bit floating point channels, and 16-bit integer channels; the XCF file format used in CinePaint has diverged from the GIMP’s native format, so XCF files created in GIMP cannot be opened in CinePaint, and vice versa |
DBGallery | does not support colour indexing | displays multi-layer non-indexed images and allows indexing, searching and other photo database operation |
ImageMagick | does not support colour indexing or multiple layers | has an XCF reader module that can read single-layer non-indexed images |
Project Dogwaffle | see ImageMagick row | (including PD Pro, PD Particles and PD Artist) imports XCF files using the ImageMagick library |
Krita | import only | imports XCF files using the GraphicsMagick library |
Kolourpaint | Yes | can read XCF files using KDE’s image I/O library plugin, like any other KDE program |
Gwenview | does not support colour indexing | can display multi-layer non-indexed images |
Digikam | does not support colour indexing | can display multi-layer non-indexed images |
Imagine | does not support colour indexing or multiple layers | can display single-layer non-indexed images |
XnView | does not support colour indexing or multiple layers | can display single-layer non-indexed images |
Inkscape | export only | added support for XCF export in the 0.44 release |
IrfanView | requires plugin | can display multi-layer images (composite image and individual layers) with a plugin |
Paint.NET | requires plugin | can load and save multi-layer .xcf/.xcfgz/.xcfbz2 images (via ImXCF.FileType plugin) |
Chasys Draw IES | Yes | can load and save multi-layer .xcf/.xcfgz/.xcfbz2 images (from version 3.71.02) |
MediaWiki and thus Wikimedia Commons | does not support colour indexing or later versions | supports XCF files that are compatible with GIMP 2.6 or 2.8, and when the color mode is RGB or grayscale |
Corel Photo-Paint | does not support layer mask or paths | can load multi-layer images, support some layer modes |
Photopea | Yes | online image editor which can open XCF files and convert to other formats including Photoshop’s PSD |
SDL2_image | Yes | development library |