Kostenloser Online-Konverter zum Umwandeln von Dateien in XCF.
Wir garantieren Qualität, Komfort und Unterstützung für alle Formate.
| Datentyp | Image |
| MIME-Typ | image/x-xcf |
| Entwickler | The GIMP Development Team (GIMP Project) |
| Hauptanwendungsfälle | GIMP-Projekte speichern und wieder öffnen; Zwischenstände; editierbares Masterformat. |
XCF ist das native Projektformat von GIMP und speichert den vollständig editierbaren Zustand (Ebenen, Masken, Kanäle, Auswahl, Pfade, Hilfslinien usw.).
| Datentyp | Image |
| MIME-Typ | image/x-xcf |
| Komprimierung | Verlustfreie Tile-Kompression (standardmäßig RLE; optional zlib; unkomprimiert möglich) |
| Farbtiefe | Mehrere Präzisionen (Feld precision ab XCF v4+): 8/16/32-bit Integer (linear/gamma) und 16-bit Float (je nach Version). |
| Farbraum | RGB, Grayscale, or Indexed; can include an embedded ICC profile (stored as a parasite named "icc-profile"). If no profile is set, sRGB is assumed. |
| Transparenzunterstützung | Ja |
| Animationsunterstützung | Nein |
| Unterstützung von EXIF-Metadaten | Nein |
| Metadaten | Speichert GIMP-Projektzustand: Ebenen, Masken, Kanäle, Auswahlen, Vektorpfade, Hilfslinien, Textdaten und „Parasites“ (u.a. ICC-Profil). Kein standardisierter EXIF-Container. |
| Strukturtyp | Binary structures linked by offsets (“pointers”); tile data blocks for each drawable are stored consecutively. |
| Standard / Spezifikation | GIMP XCF format (official developer documentation; reference implementation is GIMP) |
| Typische Dateigröße | Often large: roughly scales with image dimensions × layers × bytes-per-channel (higher precision = much larger), plus overhead for masks/channels and project data. |
| Maximale Dateigröße | Older XCF variants were effectively limited by 32-bit offsets (~4 GB). Newer XCF versions support 64-bit offsets and can exceed 4 GB. |
| Einführungsjahr | 1997 |
Das Dateiformat XCF bietet mehrere Vorteile und eignet sich gut für gängige Anwendungsfälle.
Das Dateiformat XCF weist bestimmte Einschränkungen auf, die sich in speziellen Anwendungsfällen auswirken können.
XCF-Bilder werden weitgehend unterstützt und lassen sich auf den meisten Geräten und Plattformen anzeigen.
XCF als untrusted Input behandeln: komplex und im Wandel. Vorsichtig öffnen und GIMP/Decoder aktuell halten.
Openly documented, but the format is “living” and the ultimate reference is GIMP’s source code