转换为TIFF

免费在线将文件转换为TIFF。

拖放图片视频或其他文件

将文件拖放到这里,最大大小为5 GB

如何将文件转换为TIFF?

1
上传文件
点击“选择文件”按钮,或将文件拖放到上传区域。支持PNG, JPG, WEBP等常见格式。
2
选择输出格式
选择TIFF作为转换格式,如有需要可调整相关参数。
3
开始转换
点击“转换”按钮,稍等几秒即可完成转换。
4
下载结果
转换完成后,点击“下载”按钮,将文件保存为TIFF格式。

.TIFF

TIFF
Tagged Image File Format
数据类型Image
MIME 类型image/tiff
开发者Aldus Corporation (later maintained by Adobe)
主要使用场景扫描/文档影像、印刷/prepress、照片母版、归档保存、科学/医疗影像、GIS(GeoTIFF)。

什么是 TIFF 文件格式?

TIFF 是灵活的基于标签(tag)的栅格图像容器,常用于扫描、印刷与归档;支持多页、高位深以及多种(常见为无损)压缩。

TIFF 文件特性

数据类型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 约 4GB(32 位偏移);更大使用 BigTIFF。浏览器支持有限(通常仅 Safari);移动端因平台而异,Android 常无原生支持。

兼容性

TIFF 图像在大多数设备和平台上都受到广泛支持。

  • 支持的平台: Windows, macOS, Linux (broad tool/library support)
  • 支持的设备: Scanners, printers, DTP/prepress systems, cameras (workflow-dependent), scientific/medical and GIS systems
  • 浏览器支持:
  • 移动设备支持:
  • 向后兼容性:

安全注意事项

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.

TIFF(Tagged Image File Format)是“标签 + 数据”的容器。文件以 8 字节头部开始(字节序 II/MM、数值 42、以及指向首个 IFD 的偏移),并可包含多个 IFD(多页/子图)。IFD 存放描述性标签与指向像素数据的指针(条带 strips 或瓦片 tiles)。TIFF 适合高保真、ICC 配置与丰富元数据,但格式复杂且非 Web 原生。经典 TIFF 使用 32 位偏移(约 4GB 限制);更大的文件通常使用 BigTIFF(64 位偏移)。