TIFF64 にファイルを変換する無料オンライン変換ツール。
私たちは品質、利便性、すべての形式のサポートを保証します。
| データ種類 | Image |
| MIMEタイプ | image/tiff |
| 開発者 | Aldus/Adobe (TIFF); BigTIFF extension designed within the LibTIFF community (based on an Adobe proposal) |
| 主な使用例 | 非常に大きいラスター:whole-slide microscopy、大規模GeoTIFF、超高解像度スキャン/アーカイブマスター、科学データ |
TIFF64(BigTIFF)は、クラシックTIFFの約4GB制限を超えるために64ビットオフセットを使う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