免费在线将文件转换为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