TIFF64로 파일을 변환하는 무료 온라인 변환기.
우리는 품질, 편리함, 모든 형식에 대한 지원을 보장합니다.
| 데이터 유형 | Image |
| MIME 유형 | image/tiff |
| 개발자 | Aldus/Adobe (TIFF); BigTIFF extension designed within the LibTIFF community (based on an Adobe proposal) |
| 주요 사용 사례 | 초대형 래스터: whole-slide 현미경 이미지, 대형 GeoTIFF, 초고해상도 스캔/아카이브 마스터, 과학 데이터 |
TIFF64(BigTIFF)는 64비트 오프셋을 사용해 클래식 TIFF의 약 4GB 한계를 넘기면서, 태그 기반 TIFF 구조를 그대로 유지하는 변형입니다.
| 데이터 유형 | Image |
| MIME 유형 | image/tiff |
| 압축 | Optional; same concept as TIFF (compression is defined by tags, varies by file/profile) |
| 색상 깊이 | Wide range via tags (BitsPerSample/SampleFormat): from 1-bit bilevel to 8/16-bit integer per channel; 32-bit integer/float and higher are also used in scientific workflows |
| 색 공간 | Flexible via tags: grayscale, RGB/RGBA, CMYK, YCbCr, Lab, and others depending on PhotometricInterpretation and related tags |
| 투명도 지원 | 예 |
| 애니메이션 지원 | 아니요 |
| EXIF 메타데이터 지원 | 예 |
| 메타데이터 | TIFF와 동일한 태그 기반 메타데이터 모델(종종 Exif 스타일 태그 포함) 및 GeoTIFF 같은 확장(도구 의존). BigTIFF는 주로 offset/count 크기를 확장합니다. |
| 구조 유형 | Header + one or more IFDs (pages) + image data (strips/tiles) + tag value data; uses 64-bit offsets/counts where applicable |
| 표준 / 사양 | TIFF 6.0 (1992) + BigTIFF design/specification (LibTIFF / BigTIFF documentation) |
| 일반적인 파일 크기 | Often multi-gigabyte for large scans/rasters; size depends on resolution, bit depth, number of pages, and compression |
| 출시 연도 | 2004 |
TIFF64 파일 형식은 일반적인 사용 사례에 적합한 여러 장점을 제공합니다.
TIFF64 파일 형식에는 특정 상황에서 사용에 영향을 줄 수 있는 몇 가지 제한 사항이 있습니다.
TIFF64 이미지 파일은 대부분의 기기와 플랫폼에서 널리 지원됩니다.
Treat as untrusted input: malformed tags/offsets or crafted compressed data can exploit decoder bugs. Validate dimensions, strip/tile byte counts, and avoid unbounded allocations during parsing/decompression
Openly published specification; widely implemented in common imaging libraries (e.g., LibTIFF) and domain tools