TIFF로 파일을 변환하는 무료 온라인 변환기.
우리는 품질, 편리함, 모든 형식에 대한 지원을 보장합니다.
| 데이터 유형 | Image |
| MIME 유형 | image/tiff |
| 개발자 | Aldus Corporation (later maintained by Adobe) |
| 주요 사용 사례 | 스캔/문서, 인쇄·프리프레스, 사진 마스터, 아카이브, 과학/의료 영상, GIS(GeoTIFF). |
TIFF는 태그 기반의 유연한 래스터 컨테이너로 스캔/인쇄/아카이브에 많이 쓰이며, 멀티페이지·고비트심도·다양한(대개 무손실) 압축을 지원합니다.
| 데이터 유형 | Image |
| MIME 유형 | image/tiff |
| 압축 | 선택 사항. 무손실: 무압축, PackBits(RLE), CCITT Group 3/4, LZW, Deflate(ZIP). 유손실: JPEG-in-TIFF(지원은 소프트웨어별로 다름). |
| 색상 깊이 | 보통 1/4/8/16-bit/샘플; 태그·프로그램에 따라 32-bit int/float 등도 가능. |
| 색 공간 | Bilevel (black/white), Grayscale, RGB, CMYK, Palette/Indexed, YCbCr, CIE Lab and others via PhotometricInterpretation and related tags |
| 투명도 지원 | 예 |
| 애니메이션 지원 | 아니요 |
| 해상도 지원 | Stores pixel dimensions and can store physical resolution via tags like XResolution, YResolution and ResolutionUnit |
| EXIF 메타데이터 지원 | 예 |
| 메타데이터 | ICC, XMP, IPTC 지원; Exif도 흔함(Exif는 TIFF 기반); GeoTIFF 태그도 사용됨. |
| 구조 유형 | Header (II/MM + 42 + first IFD offset) → IFD(s) with tag entries → image data blocks (strips/tiles) referenced by offsets |
| 표준 / 사양 | TIFF Revision 6.0 (June 3, 1992). Classic TIFF uses 32-bit offsets (~4 GB limit); BigTIFF is a 64-bit offset extension for larger files. |
| 일반적인 파일 크기 | Varies widely: from modest (with CCITT/LZW/Deflate) to very large (uncompressed or high bit depth/multipage) |
| 출시 연도 | 1986 |
TIFF 파일 형식은 일반적인 사용 사례에 적합한 여러 장점을 제공합니다.
TIFF 파일 형식에는 특정 상황에서 사용에 영향을 줄 수 있는 몇 가지 제한 사항이 있습니다.
TIFF 이미지 파일은 대부분의 기기와 플랫폼에서 널리 지원됩니다.
Treat as untrusted input: complex parsing (tags, offsets, compression) can expose decoder bugs; huge dimensions or crafted compression can cause resource exhaustion
Publicly documented specification; widely implemented. Some historical patent concerns (e.g., LZW) are generally irrelevant today.