.xcf
Image
TAR (Tape Archive)
TAR는 Unix 아카이브 형식으로, 파일을 묶되 자체 압축은 하지 않습니다. gzip, bzip2, xz와 결합합니다.
MIME 타입
image/x-xcf
유형
바이너리
압축
무손실
장점
- + Preserves all GIMP layers, channels, paths, and editing state
- + Supports high bit-depth (16 and 32-bit per channel)
- + Open format — specification is freely available
단점
- − Only fully supported by GIMP — no other major editor opens XCF
- − Large file sizes due to uncompressed tile storage
- − Not compatible with web browsers or most image viewers
.XCF 사용 시점
TAR는 Linux/Unix 소프트웨어 배포와 권한 보존 백업에 사용하세요.
기술 세부사항
512바이트 헤더 블록(파일명, 크기, 권한)과 파일 데이터를 연속 배치합니다. POSIX pax 확장이 긴 파일명을 지원합니다.
역사
Bell Labs가 1979년에 테이프 백업용으로 개발했습니다.