免費線上將檔案轉換為 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.