免费在线将文件转换为TIFF。
我们注重转换质量、使用便捷性和多格式支持。
| 数据类型 | Image |
| MIME 类型 | image/tiff |
| 开发者 | Aldus Corporation (later maintained by Adobe) |
| 主要使用场景 | 扫描/文档影像、印刷/prepress、照片母版、归档保存、科学/医疗影像、GIS(GeoTIFF)。 |
TIFF 是灵活的基于标签(tag)的栅格图像容器,常用于扫描、印刷与归档;支持多页、高位深以及多种(常见为无损)压缩。
| 数据类型 | Image |
| MIME 类型 | image/tiff |
| 压缩 | 可选。无损:不压缩、PackBits(RLE)、CCITT Group 3/4、LZW、Deflate(ZIP)。有损:JPEG-in-TIFF(支持因软件而异)。 |
| 色深 | 常见 1/4/8/16 位/样本;也可更高(含 32 位 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.