免費線上將檔案轉換為 TIFF64 的轉換器。
我們保證品質、便利性與對任何格式的支援。
| 資料類型 | Image |
| MIME 類型 | image/tiff |
| 開發者 | Aldus/Adobe (TIFF); BigTIFF extension designed within the LibTIFF community (based on an Adobe proposal) |
| 主要使用場景 | 超大型點陣:全片顯微影像、超大地理點陣(GeoTIFF)、超高解析掃描/檔案母版、科學資料 |
TIFF64(BigTIFF)是使用 64 位偏移量的 TIFF 變體,用來突破經典 TIFF 約 4GB 的限制,同時保留以標籤為核心的結構。
| 資料類型 | 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