TIFF にファイルを変換する無料オンライン変換ツール。
私たちは品質、利便性、すべての形式のサポートを保証します。
| データ種類 | Image |
| MIMEタイプ | image/tiff |
| 開発者 | Aldus Corporation (later maintained by Adobe) |
| 主な使用例 | スキャン/文書、印刷/prepress、写真マスター、アーカイブ、科学/医療画像、GIS(GeoTIFF)。 |
TIFF はタグベースの柔軟なラスターコンテナで、スキャン/印刷/アーカイブでよく使われます。マルチページ、高ビット深度、複数の(多くは可逆)圧縮に対応します。
| データ種類 | Image |
| MIMEタイプ | image/tiff |
| 圧縮 | 任意。可逆:無圧縮、PackBits(RLE)、CCITT Group 3/4、LZW、Deflate(ZIP)。非可逆:JPEG-in-TIFF(対応は環境次第)。 |
| 色深度 | 一般に 1/4/8/16-bit/サンプル。タグとソフト次第で 32-bit 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.