Kostenloser Online-Konverter zum Umwandeln von Dateien in TIFF64.
Wir garantieren Qualität, Komfort und Unterstützung für alle Formate.
| Datentyp | Image |
| MIME-Typ | image/tiff |
| Entwickler | Aldus/Adobe (TIFF); BigTIFF extension designed within the LibTIFF community (based on an Adobe proposal) |
| Hauptanwendungsfälle | Sehr große Rasterbilder: Whole-Slide-Mikroskopie, große Geo-Raster (GeoTIFF), High-Res-Scans/Archiv-Master, wissenschaftliche Daten |
TIFF64 (BigTIFF) ist eine TIFF-Variante mit 64-Bit Offsets, die das ~4-GB-Limit von Classic TIFF aufhebt und die tag-basierte TIFF-Struktur beibehält.
| Datentyp | Image |
| MIME-Typ | image/tiff |
| Komprimierung | Optional; same concept as TIFF (compression is defined by tags, varies by file/profile) |
| Farbtiefe | 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 |
| Farbraum | Flexible via tags: grayscale, RGB/RGBA, CMYK, YCbCr, Lab, and others depending on PhotometricInterpretation and related tags |
| Transparenzunterstützung | Ja |
| Animationsunterstützung | Nein |
| Unterstützung von EXIF-Metadaten | Ja |
| Metadaten | Gleiches tag-basiertes Metadatenmodell wie TIFF (oft inkl. Exif-ähnlichen Tags) sowie Erweiterungen wie GeoTIFF (tool-abhängig). BigTIFF ändert primär Offset/Count-Größen. |
| Strukturtyp | Header + one or more IFDs (pages) + image data (strips/tiles) + tag value data; uses 64-bit offsets/counts where applicable |
| Standard / Spezifikation | TIFF 6.0 (1992) + BigTIFF design/specification (LibTIFF / BigTIFF documentation) |
| Typische Dateigröße | Often multi-gigabyte for large scans/rasters; size depends on resolution, bit depth, number of pages, and compression |
| Einführungsjahr | 2004 |
Das Dateiformat TIFF64 bietet mehrere Vorteile und eignet sich gut für gängige Anwendungsfälle.
Das Dateiformat TIFF64 weist bestimmte Einschränkungen auf, die sich in speziellen Anwendungsfällen auswirken können.
TIFF64-Bilder werden weitgehend unterstützt und lassen sich auf den meisten Geräten und Plattformen anzeigen.
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