Konverter online gratis untuk mengonversi file ke TIFF.
Kami memastikan kualitas, kemudahan, dan dukungan untuk semua format.
| Jenis data | Image |
| Tipe MIME | image/tiff |
| Pengembang | Aldus Corporation (later maintained by Adobe) |
| Kasus penggunaan utama | Scanning/dokumen, printing/prepress, master foto, arsip, imaging ilmiah/medis, GIS rasters (sering GeoTIFF). |
TIFF adalah kontainer gambar raster berbasis tag yang fleksibel, umum dipakai untuk scan, cetak, dan arsip; mendukung multi-halaman, bit depth tinggi, dan berbagai kompresi (sering lossless).
| Jenis data | Image |
| Tipe MIME | image/tiff |
| Kompresi | Opsional. Lossless umum: Uncompressed, PackBits (RLE), CCITT Group 3/4, LZW, Deflate (ZIP). Lossy: JPEG-in-TIFF (dukungan bervariasi). |
| Kedalaman warna | Umum 1/4/8/16-bit per sampel; bisa lebih tinggi termasuk 32-bit integer/float (tergantung tag dan software). |
| Ruang warna | Bilevel (black/white), Grayscale, RGB, CMYK, Palette/Indexed, YCbCr, CIE Lab and others via PhotometricInterpretation and related tags |
| Dukungan transparansi | Ya |
| Dukungan animasi | Tidak |
| Dukungan resolusi | Stores pixel dimensions and can store physical resolution via tags like XResolution, YResolution and ResolutionUnit |
| Dukungan metadata EXIF | Ya |
| Metadata | ICC, XMP, IPTC; Exif sering ada (Exif berbasis TIFF); juga tag domain seperti GeoTIFF. |
| Jenis struktur | Header (II/MM + 42 + first IFD offset) → IFD(s) with tag entries → image data blocks (strips/tiles) referenced by offsets |
| Standar / spesifikasi | 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. |
| Ukuran file tipikal | Varies widely: from modest (with CCITT/LZW/Deflate) to very large (uncompressed or high bit depth/multipage) |
| Tahun diperkenalkan | 1986 |
Format file TIFF menawarkan beberapa keunggulan yang membuatnya cocok untuk penggunaan umum.
Format file TIFF memiliki beberapa keterbatasan yang dapat memengaruhi penggunaannya dalam situasi tertentu.
Gambar TIFF didukung secara luas dan dapat dilihat di sebagian besar perangkat dan platform.
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.