免費線上將檔案轉換為 XCF 的轉換器。
我們保證品質、便利性與對任何格式的支援。
| 資料類型 | Image |
| MIME 類型 | image/x-xcf |
| 開發者 | The GIMP Development Team (GIMP Project) |
| 主要使用場景 | 保存/重開 GIMP 工程;編輯中間狀態;可編輯 master。 |
XCF 是 GIMP 的原生工程格式,可保存完整可編輯狀態(圖層、遮罩、通道、選取、路徑、參考線等)。
| 資料類型 | Image |
| MIME 類型 | image/x-xcf |
| 壓縮 | 無損 tile 壓縮(預設 RLE;可選 zlib;也可能無壓縮) |
| 色彩深度 | 支援多種精度(XCF v4+ 的 precision 欄位):8/16/32-bit 整數(linear/gamma)與 16-bit 浮點(依版本而定)。 |
| 色彩空間 | 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. |
| 透明度支援 | 是 |
| 動畫支援 | 否 |
| EXIF 中繼資料支援 | 否 |
| 中繼資料 | 保存 GIMP 工程狀態:圖層、遮罩、通道、選取、向量路徑、參考線、文字資訊與「parasites」(含 ICC 設定檔)。不是標準 EXIF 容器。 |
| 結構類型 | Binary structures linked by offsets (“pointers”); tile data blocks for each drawable are stored consecutively. |
| 標準 / 規範 | GIMP XCF format (official developer documentation; reference implementation is GIMP) |
| 典型檔案大小 | Often large: roughly scales with image dimensions × layers × bytes-per-channel (higher precision = much larger), plus overhead for masks/channels and project data. |
| 最大檔案大小 | Older XCF variants were effectively limited by 32-bit offsets (~4 GB). Newer XCF versions support 64-bit offsets and can exceed 4 GB. |
| 推出年份 | 1997 |
XCF 檔案格式具有多項優點,適合常見的使用情境。
XCF 檔案格式具有某些限制,可能會影響其在特定情境下的使用。
XCF 圖像在大多數裝置與平台上皆可正常顯示。
將 XCF 視為不可信輸入:格式複雜且會變動。來源不明檔案請謹慎開啟並保持 GIMP/解碼器更新。
Openly documented, but the format is “living” and the ultimate reference is GIMP’s source code